small mistake

This commit is contained in:
Bernhard 2012-01-15 18:31:21 +01:00
parent cee5f9020a
commit 7aeb45303d

View file

@ -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)