mirror of
https://github.com/meshtastic/firmware.git
synced 2025-09-15 23:08:01 +00:00
Fix error: #if with no expression
This commit is contained in:
parent
328becfa50
commit
ff10e99793
@ -865,7 +865,7 @@ void GPS::writePinStandby(bool standby)
|
||||
|
||||
// Determine the new value for the pin
|
||||
// Normally: active HIGH for awake
|
||||
#if PIN_GPS_STANDBY_INVERTED
|
||||
#ifdef PIN_GPS_STANDBY_INVERTED
|
||||
bool val = standby;
|
||||
#else
|
||||
bool val = !standby;
|
||||
|
Loading…
Reference in New Issue
Block a user