fixed missing semicolon

This commit is contained in:
Eric Parsonage
2010-10-23 08:18:53 +00:00
parent 0ac97c02a2
commit 8296d3a1b4
+1 -1
View File
@@ -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
}