Update Configuration.h

PSU_ACTIVE_HIGH should be PSU_ACTIVE_STATE

PSU_ACTIVE_STATE set from false to low.
This commit is contained in:
Daniel Mooney
2020-12-12 14:23:00 -06:00
committed by GitHub
parent 12e230ca30
commit aafa3af088
+2 -2
View File
@@ -785,9 +785,9 @@
#if ENABLED(PSU_CONTROL)
#if ENABLED(PowerShutoffKit)
#define PS_ON_PIN 12
#define PSU_ACTIVE_HIGH HIGH
#define PSU_ACTIVE_STATE HIGH
#else
#define PSU_ACTIVE_HIGH FALSE // Set 'LOW' for ATX, 'HIGH' for X-Box
#define PSU_ACTIVE_STATE LOW // Set 'LOW' for ATX, 'HIGH' for X-Box
#endif
//#define PSU_DEFAULT_OFF // Keep power off until enabled directly with M80