small mistake
This commit is contained in:
parent
cee5f9020a
commit
7aeb45303d
@ -937,7 +937,9 @@ FORCE_INLINE void process_commands()
|
||||
#endif
|
||||
|
||||
case 81: // M81 - ATX Power Off
|
||||
|
||||
#if (SUICIDE_PIN >-1)
|
||||
st_synchronize();
|
||||
suicide();
|
||||
#else
|
||||
#if (PS_ON_PIN > -1)
|
||||
|
Loading…
Reference in New Issue
Block a user