missed a semicolon

Reported-by: jgilmore
This commit is contained in:
Michael Moon 2011-02-09 13:55:04 +11:00
parent 71eafbf96b
commit c5901cb04d
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ void power_off() {
#endif
#ifdef STEPPER_ENABLE_PIN
WRITE(STEPPER_ENABLE_PIN, STEPPER_ENABLE_INVERT ^ 1)
WRITE(STEPPER_ENABLE_PIN, STEPPER_ENABLE_INVERT ^ 1);
#endif
#ifdef PS_ON_PIN
SET_INPUT(PS_ON_PIN);