mirror of https://github.com/ArduPilot/ardupilot
HAL_Linux: fixed apm2 build
This commit is contained in:
parent
bf001f19ff
commit
61441ab35d
|
@ -1,8 +1,8 @@
|
|||
#include <AP_HAL/AP_HAL.h>
|
||||
#include <stdio.h>
|
||||
|
||||
#if CONFIG_HAL_BOARD == HAL_BOARD_LINUX
|
||||
|
||||
#include <stdio.h>
|
||||
#include "RaspilotAnalogIn.h"
|
||||
#include "px4io_protocol.h"
|
||||
|
||||
|
|
Loading…
Reference in New Issue