mirror of
https://github.com/meshtastic/firmware.git
synced 2026-09-22 22:35:35 -04:00
Fixed compile error when using GPS_DEBUG (#5275)
This commit is contained in:
1 parent
b0a5a26f58
commit
2eea412f1c
1 file changed
+1
-1
+1
-1
@@ -794,7 +794,7 @@ void GPS::writePinEN(bool on)
|
||||
// Write and log
|
||||
enablePin->set(on);
|
||||
#ifdef GPS_DEBUG
|
||||
LOG_DEBUG("Pin EN %s", val == HIGH ? "HI" : "LOW");
|
||||
LOG_DEBUG("Pin EN %s", on == HIGH ? "HI" : "LOW");
|
||||
#endif
|
||||
}
|
||||
|
||||
|
||||
Reference in new issue
Block a user