mirror of
https://github.com/meshtastic/firmware.git
synced 2025-09-17 15:56:49 +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
|
// Determine the new value for the pin
|
||||||
// Normally: active HIGH for awake
|
// Normally: active HIGH for awake
|
||||||
#if PIN_GPS_STANDBY_INVERTED
|
#ifdef PIN_GPS_STANDBY_INVERTED
|
||||||
bool val = standby;
|
bool val = standby;
|
||||||
#else
|
#else
|
||||||
bool val = !standby;
|
bool val = !standby;
|
||||||
|
Loading…
Reference in New Issue
Block a user