From b70ec540832c8e0e63a279e72fa0d13e6413b9c1 Mon Sep 17 00:00:00 2001 From: Jacob Walser Date: Tue, 28 Mar 2017 15:20:40 -0400 Subject: [PATCH] AP_JSButton: Fix indices in comment --- libraries/AP_JSButton/AP_JSButton.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libraries/AP_JSButton/AP_JSButton.h b/libraries/AP_JSButton/AP_JSButton.h index 2b4d947132..929174716f 100644 --- a/libraries/AP_JSButton/AP_JSButton.h +++ b/libraries/AP_JSButton/AP_JSButton.h @@ -70,7 +70,7 @@ public: k_servo_3_max = 74, k_servo_3_center = 75, - // 70-89 reserved for future functions + // 76-90 reserved for future functions k_custom_1 = 91, ///< custom user button 1 k_custom_2 = 92, ///< custom user button 2 k_custom_3 = 93, ///< custom user button 3