Browse Source

AP_JSButton: Fix indices in comment

mission-4.1.18
Jacob Walser 8 years ago
parent
commit
b70ec54083
  1. 2
      libraries/AP_JSButton/AP_JSButton.h

2
libraries/AP_JSButton/AP_JSButton.h

@ -70,7 +70,7 @@ public: @@ -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

Loading…
Cancel
Save