Browse Source

AP_BattMonitor: fix class name after rename in AP_HAL_Linux

master
Lucas De Marchi 9 years ago committed by Andrew Tridgell
parent
commit
d276029e35
  1. 2
      libraries/AP_BattMonitor/AP_BattMonitor_Bebop.cpp

2
libraries/AP_BattMonitor/AP_BattMonitor_Bebop.cpp

@ -143,7 +143,7 @@ void AP_BattMonitor_Bebop::read(void) @@ -143,7 +143,7 @@ void AP_BattMonitor_Bebop::read(void)
BebopBLDC_ObsData data;
float remaining, vbat, vbat_raw;
auto rcout = Linux::LinuxRCOutput_Bebop::from(hal.rcout);
auto rcout = Linux::RCOutput_Bebop::from(hal.rcout);
tnow = hal.scheduler->micros();
ret = rcout->read_obs_data(data);

Loading…
Cancel
Save