AP_SerialManager: avoid use of AP_HAL.h in config file

too easy to create loops with this
This commit is contained in:
Peter Barker 2024-09-22 22:12:13 +10:00 committed by Andrew Tridgell
parent 82ac0ead72
commit 75073427a6
1 changed files with 1 additions and 1 deletions

View File

@ -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>