mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-24 01:28:29 -04:00
AP_HAL_Linux: tidy includes
This commit is contained in:
parent
9857954529
commit
c456172821
@ -23,6 +23,10 @@
|
||||
#include <errno.h>
|
||||
#include <sys/ioctl.h>
|
||||
#include <asm/termbits.h>
|
||||
#include <stdarg.h>
|
||||
|
||||
#include <AP_RCProtocol/AP_RCProtocol.h>
|
||||
#include "RCInput.h"
|
||||
#include "RCInput_RCProtocol.h"
|
||||
#include <GCS_MAVLink/GCS.h>
|
||||
|
||||
|
@ -18,10 +18,7 @@
|
||||
*/
|
||||
#pragma once
|
||||
|
||||
#include <AP_HAL/AP_HAL.h>
|
||||
#include <AP_RCProtocol/AP_RCProtocol.h>
|
||||
#include "RCInput.h"
|
||||
#include <stdarg.h>
|
||||
#include <AP_HAL/AP_HAL_Boards.h>
|
||||
|
||||
#if CONFIG_HAL_BOARD_SUBTYPE == HAL_BOARD_SUBTYPE_LINUX_DISCO || \
|
||||
CONFIG_HAL_BOARD_SUBTYPE == HAL_BOARD_SUBTYPE_LINUX_BLUE || \
|
||||
|
Loading…
Reference in New Issue
Block a user