mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-09 09:28:31 -04:00
10 lines
87 B
C++
10 lines
87 B
C++
|
#include <AP_HAL/system.h>
|
||
|
|
||
|
namespace AP_HAL {
|
||
|
|
||
|
void init()
|
||
|
{
|
||
|
}
|
||
|
|
||
|
} // namespace AP_HAL
|