Updated clang format

This commit is contained in:
Magnus Persson 2022-08-01 21:26:20 +02:00
parent 99d577d4a0
commit 980099a5e5

View File

@ -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();