Updated clang format
This commit is contained in:
parent
99d577d4a0
commit
980099a5e5
@ -197,7 +197,9 @@ void setup() {
|
||||
myGyro.read();
|
||||
LOG_PERF_STOP("main-gyro-read");
|
||||
} else {
|
||||
Log.notice(F("Main: Failed to connect to the gyro, software will not be able to detect angles." CR));
|
||||
Log.notice(
|
||||
F("Main: Failed to connect to the gyro, software will not be able "
|
||||
"to detect angles." CR));
|
||||
}
|
||||
|
||||
myBatteryVoltage.read();
|
||||
|
Loading…
Reference in New Issue
Block a user