Skip to content

Commit

Permalink
adjusted formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
stefan-veecle committed Feb 9, 2025
1 parent 90c09eb commit ac2a6f5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions libraries/Wire/src/Wire.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -489,8 +489,7 @@ void TwoWire::flush(void) {
// data transfer.
}

bool TwoWire::busIdle()
{
bool TwoWire::busIdle() {
// Check hardware status
uint32_t status = _i2c->hw->status;
bool tfe = (status & I2C_IC_STATUS_TFE_BITS);
Expand Down

0 comments on commit ac2a6f5

Please sign in to comment.