From c5f2d2736d77f80652963621b621a0c85cdab810 Mon Sep 17 00:00:00 2001 From: Ben Meadors Date: Wed, 24 Jul 2024 21:14:58 -0500 Subject: [PATCH] Whitespace trunk grousing --- src/ButtonThread.cpp | 2 +- src/gps/GPS.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/ButtonThread.cpp b/src/ButtonThread.cpp index d479de6ed..914ff8e06 100644 --- a/src/ButtonThread.cpp +++ b/src/ButtonThread.cpp @@ -42,7 +42,7 @@ ButtonThread::ButtonThread() : OSThread("Button") int pin = config.device.button_gpio ? config.device.button_gpio : BUTTON_PIN; // Resolved button pin #if defined(HELTEC_CAPSULE_SENSOR_V3) this->userButton = OneButton(pin, false, false); -#elif defined(BUTTON_ACTIVE_LOW) +#elif defined(BUTTON_ACTIVE_LOW) this->userButton = OneButton(pin, BUTTON_ACTIVE_LOW, BUTTON_ACTIVE_PULLUP); #else this->userButton = OneButton(pin, true, true); diff --git a/src/gps/GPS.cpp b/src/gps/GPS.cpp index 494622dc6..aec3d595d 100644 --- a/src/gps/GPS.cpp +++ b/src/gps/GPS.cpp @@ -1180,7 +1180,7 @@ GnssModel_t GPS::probe(int serialSpeed) _serial_gps->updateBaudRate(serialSpeed); } #endif -#ifdef GNSS_AIROHA +#ifdef GNSS_AIROHA return GNSS_MODEL_UNKNOWN; #else