Power off in kill instead of setting PS_ON to input

This commit is contained in:
Scott Lahteine
2018-03-18 20:56:40 -05:00
parent 5793ca42b5
commit af3500044a

View File

@@ -13589,7 +13589,7 @@ void kill(const char* lcd_msg) {
#endif
#if HAS_POWER_SWITCH
SET_INPUT(PS_ON_PIN);
PSU_OFF();
#endif
suicide();