Browse Source

Fixed Syntax error.

master
Robert Lefebvre 13 years ago
parent
commit
c5f7b2fff2
  1. 2
      ArduCopter/sensors.pde

2
ArduCopter/sensors.pde

@ -128,7 +128,7 @@ static void read_battery(void) @@ -128,7 +128,7 @@ static void read_battery(void)
current_total1 += current_amps1 * 0.02778; // called at 100ms on average, .0002778 is 1/3600 (conversion to hours)
}
#if BATTERY_EVENT == 1
#if BATTERY_EVENT == ENABLED
//if(battery_voltage < g.low_voltage)
// low_battery_event();

Loading…
Cancel
Save