Fix for the PR #4023(Add macros to move servos)

・Add missing ')'
This commit is contained in:
esenapaj 2016-06-15 22:34:21 +09:00
parent 52ac2a62ee
commit 44f091a413

View File

@ -1840,7 +1840,7 @@ static void setup_for_endstop_move() {
#if ENABLED(HAS_SERVO_ENDSTOPS)
// Engage Z Servo endstop if enabled
if (SERVO_ENDSTOP_EXISTS(Z_AXIS)
if (SERVO_ENDSTOP_EXISTS(Z_AXIS))
DEPLOY_SERVO_ENDSTOP(Z_AXIS);
#elif ENABLED(Z_PROBE_ALLEN_KEY)