Skip to content
Snippets Groups Projects
Commit 92b54aa2 authored by Scott Lahteine's avatar Scott Lahteine
Browse files

#define HAS_POWER_SWITCH

parent 68642808
No related branches found
No related tags found
No related merge requests found
......@@ -272,7 +272,7 @@
#define PS_ON_AWAKE HIGH
#define PS_ON_ASLEEP LOW
#endif
HAS_POWER_SWITCH = (POWER_SUPPLY > 0 && defined(PS_ON_PIN) && PS_ON_PIN >= 0)
#define HAS_POWER_SWITCH (POWER_SUPPLY > 0 && defined(PS_ON_PIN) && PS_ON_PIN >= 0)
/**
* Temp Sensor defines
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment