From ac2a6f567375a42a37fb02d74a520e799f143ade Mon Sep 17 00:00:00 2001 From: Stefan Nuernberger Date: Sun, 9 Feb 2025 16:22:26 +0100 Subject: [PATCH] adjusted formatting --- libraries/Wire/src/Wire.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/libraries/Wire/src/Wire.cpp b/libraries/Wire/src/Wire.cpp index f8f2dcdb1..4d762b07d 100644 --- a/libraries/Wire/src/Wire.cpp +++ b/libraries/Wire/src/Wire.cpp @@ -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);