mirror of
https://github.com/paparazzi/paparazzi.git
synced 2026-05-23 13:24:03 +08:00
fixed missing semicolon
This commit is contained in:
@@ -26,7 +26,7 @@ void nps_autopilot_init(enum NpsRadioControlType type_rc, int num_rc_script, cha
|
||||
#ifdef MAX_BAT_LEVEL
|
||||
battery_voltage = MAX_BAT_LEVEL * 10;
|
||||
#else
|
||||
battery_voltage = 111
|
||||
battery_voltage = 111;
|
||||
#endif
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user