Skip to content

Commit

Permalink
Fix trunk format for gps.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
fifieldt authored Oct 18, 2024
1 parent cca9f73 commit 09b7dfd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/gps/GPS.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -1696,4 +1696,4 @@ void GPS::toggleGpsMode()
enable();
}
}
#endif // Exclude GPS
#endif // Exclude GPS

0 comments on commit 09b7dfd

Please sign in to comment.