Browse Source

Add array size to servo_endstop_angles (PR#2553)

pull/1/head
Scott Lahteine 9 years ago
committed by Richard Wackerbarth
parent
commit
4a58e447a1
  1. 2
      Marlin/Marlin_main.cpp

2
Marlin/Marlin_main.cpp

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