mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-22 07:44:03 -04:00
9 lines
117 B
C++
9 lines
117 B
C++
|
|
#include "HAL_AVR.h"
|
|
using namespace AP_HAL_AVR;
|
|
|
|
void HAL_AVR::init(void* opts) const {
|
|
scheduler->init();
|
|
};
|
|
|