mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-03 22:48:29 -04:00
8 lines
132 B
C++
8 lines
132 B
C++
#include <stdio.h>
|
|
#include "HAL_PX4.h"
|
|
using namespace AP_HAL_PX4;
|
|
|
|
void HAL_PX4::init(void* opts) const {
|
|
console->init(NULL);
|
|
}
|