mirror of https://github.com/ArduPilot/ardupilot
AP_SerialManager: avoid use of AP_HAL.h in config file
too easy to create loops with this
This commit is contained in:
parent
82ac0ead72
commit
75073427a6
|
@ -19,7 +19,7 @@
|
|||
*/
|
||||
#pragma once
|
||||
|
||||
#include <AP_HAL/AP_HAL.h>
|
||||
#include <AP_HAL/AP_HAL_Boards.h>
|
||||
#include <AP_Networking/AP_Networking_Config.h>
|
||||
#include <AP_InertialSensor/AP_InertialSensor_config.h>
|
||||
|
||||
|
|
Loading…
Reference in New Issue