Skip to content
Snippets Groups Projects
Commit 6cabca69 authored by Andrew Tridgell's avatar Andrew Tridgell
Browse files

Plane: fixed RSSI_RANGE enum

many thanks to Valince for spotting this
parent e13984f6
No related branches found
No related tags found
No related merge requests found
......@@ -101,6 +101,7 @@ public:
k_param_sonar,
k_param_log_bitmask,
k_param_BoardConfig,
k_param_rssi_range,
// 100: Arming parameters
k_param_arming = 100,
......@@ -180,7 +181,6 @@ public:
k_param_rssi_pin,
k_param_battery_volt_pin, // unused
k_param_battery_curr_pin, // unused - 169
k_param_rssi_range,
//
// 170: Radio settings
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment