Sweep up some missed trunk formatting

This commit is contained in:
Ben Meadors
2024-08-13 06:52:03 -05:00
parent e85a2e827b
commit 7740b4bccd
8 changed files with 32 additions and 38 deletions

View File

@@ -280,9 +280,9 @@ void doDeepSleep(uint32_t msecToWake, bool skipPreflight = false)
}
#if defined(I2C_SDA)
Wire.end();
pinMode(I2C_SDA,ANALOG);
pinMode(I2C_SCL,ANALOG);
Wire.end();
pinMode(I2C_SDA, ANALOG);
pinMode(I2C_SCL, ANALOG);
#endif
#endif