From 4a58e447a14342598e735175242eec379bae64b6 Mon Sep 17 00:00:00 2001 From: Scott Lahteine Date: Thu, 30 Jul 2015 18:03:53 -0700 Subject: [PATCH] Add array size to servo_endstop_angles (PR#2553) --- Marlin/Marlin_main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Marlin/Marlin_main.cpp b/Marlin/Marlin_main.cpp index 80f9e91eb..404edb882 100644 --- a/Marlin/Marlin_main.cpp +++ b/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