Add array size to servo_endstop_angles (PR#2553)
This commit is contained in:
committed by
Richard Wackerbarth
parent
a0ae9e30df
commit
4a58e447a1
@@ -316,7 +316,7 @@ bool target_direction;
|
|||||||
|
|
||||||
#ifdef SERVO_ENDSTOPS
|
#ifdef SERVO_ENDSTOPS
|
||||||
const int servo_endstops[] = 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
|
#endif
|
||||||
|
|
||||||
#ifdef BARICUDA
|
#ifdef BARICUDA
|
||||||
|
Reference in New Issue
Block a user