mirror of https://github.com/ArduPilot/ardupilot
11 lines
94 B
C++
11 lines
94 B
C++
|
/*
|
||
|
* AP_BatteryMonitor.cpp
|
||
|
*
|
||
|
*/
|
||
|
|
||
|
#include "AP_BatteryMonitor.h"
|
||
|
|
||
|
namespace apo {
|
||
|
|
||
|
} // apo
|