mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-02 14:13:42 -04:00
13 lines
122 B
C++
13 lines
122 B
C++
/*
|
|
* AP_BatteryMonitor.cpp
|
|
*
|
|
*/
|
|
|
|
#include "AP_BatteryMonitor.h"
|
|
|
|
namespace apo {
|
|
|
|
} // apo
|
|
|
|
// vim:ts=4:sw=4:expandtab
|