Skip to content

Commit

Permalink
Fix ready bit not being set on I2C (#185)
Browse files Browse the repository at this point in the history
  • Loading branch information
1Revenger1 authored Oct 8, 2024
1 parent eac4bcc commit b274ffd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions VoodooRMI/Transports/I2C/RMII2C.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -453,6 +453,7 @@ void RMII2C::startInterrupt() {
} else if (interrupt_source) {
interrupt_source->enable();
}
ready = true;
}

void RMII2C::stopInterrupt() {
Expand Down

0 comments on commit b274ffd

Please sign in to comment.