Turn power off in kill instead of setting PS_ON to input

This commit is contained in:
Scott Lahteine 2018-03-18 20:58:10 -05:00
parent 9d99360912
commit 72281c4ff9

View File

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