trunk fmt

This commit is contained in:
Thomas Göttgens
2024-05-03 14:26:57 +02:00
parent 6c1377aa39
commit 827dcfca4a
17 changed files with 17 additions and 17 deletions

View File

@@ -431,7 +431,7 @@ int32_t CannedMessageModule::runOnce()
runState = CANNED_MESSAGE_RUN_STATE_INACTIVE;
break;
case 0x9e: // toggle GPS like triple press does
#if !MESHTASTIC_EXCLUDE_GPS
#if !MESHTASTIC_EXCLUDE_GPS
if (gps != nullptr) {
gps->toggleGpsMode();
}