Add array size to servo_endstop_angles (PR#2553)

master
Scott Lahteine 9 years ago committed by Richard Wackerbarth
parent a0ae9e30df
commit 4a58e447a1

@ -316,7 +316,7 @@ bool target_direction;
#ifdef SERVO_ENDSTOPS
const int servo_endstops[] = SERVO_ENDSTOPS;
const int servo_endstop_angles[][] = SERVO_ENDSTOP_ANGLES;
const int servo_endstop_angles[][2] = SERVO_ENDSTOP_ANGLES;
#endif
#ifdef BARICUDA

Loading…
Cancel
Save