ardupilot/libraries/AP_HAL_FLYMAPLE/system.cpp

10 lines
87 B
C++
Raw Normal View History

#include <AP_HAL/system.h>
namespace AP_HAL {
void init()
{
}
} // namespace AP_HAL