From 980099a5e5ae6d66577e9b1f2f777cad0e31584e Mon Sep 17 00:00:00 2001 From: Magnus Persson Date: Mon, 1 Aug 2022 21:26:20 +0200 Subject: [PATCH] Updated clang format --- src/main.cpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/main.cpp b/src/main.cpp index 027fdbc..1a2d688 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -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();