Add array size to servo_endstop_angles (PR#2553)

This commit is contained in:
Scott Lahteine 2015-07-30 18:03:53 -07:00 committed by Richard Wackerbarth
parent a0ae9e30df
commit 4a58e447a1

View File

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