From 09b7dfd3cfa21be5c5e3967b1c10146339b3f161 Mon Sep 17 00:00:00 2001 From: Tom Fifield Date: Fri, 18 Oct 2024 14:20:41 +1100 Subject: [PATCH] Fix trunk format for gps.cpp --- src/gps/GPS.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/gps/GPS.cpp b/src/gps/GPS.cpp index 11a43e5a71..c33263326f 100644 --- a/src/gps/GPS.cpp +++ b/src/gps/GPS.cpp @@ -7,8 +7,8 @@ #include "PowerMon.h" #include "RTC.h" #include "Throttle.h" -#include "meshUtils.h" #include "buzz.h" +#include "meshUtils.h" #include "main.h" // pmu_found #include "sleep.h" @@ -1696,4 +1696,4 @@ void GPS::toggleGpsMode() enable(); } } -#endif // Exclude GPS \ No newline at end of file +#endif // Exclude GPS