mirror of
https://github.com/okalachev/flix.git
synced 2026-01-11 21:46:55 +00:00
Cleanup, use printf
This commit is contained in:
@@ -17,7 +17,7 @@ void setupIMU()
|
||||
auto status = IMU.begin();
|
||||
if (status < 0) {
|
||||
while (true) {
|
||||
Serial.print("IMU begin error: "); Serial.println(status);
|
||||
Serial.printf("IMU begin error: %d\n", status);
|
||||
delay(1000);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user