mirror of https://github.com/ArduPilot/ardupilot
AP_RCProtocol: use SocketAPM_native
This commit is contained in:
parent
f8d64afc69
commit
b3fbc7edb0
|
@ -34,7 +34,7 @@ void loop();
|
|||
|
||||
#if CONFIG_HAL_BOARD == HAL_BOARD_LINUX || CONFIG_HAL_BOARD == HAL_BOARD_SITL
|
||||
|
||||
#include <AP_HAL/utility/Socket.h>
|
||||
#include <AP_HAL/utility/Socket_native.h>
|
||||
#include <AP_RCProtocol/AP_RCProtocol.h>
|
||||
#include <RC_Channel/RC_Channel.h>
|
||||
#include <AP_Math/AP_Math.h>
|
||||
|
|
Loading…
Reference in New Issue