AP_BoardConfig: include hal.h

This commit is contained in:
Andrew Tridgell 2022-02-21 15:28:14 +11:00
parent 7bd45fcb50
commit 9383c43ab9
1 changed files with 5 additions and 1 deletions

View File

@ -13,10 +13,14 @@
along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
/*
* AP_BoardConfig - px4 driver loading and setup
* AP_BoardConfig - driver loading and setup
*/
#include <AP_HAL/AP_HAL.h>
#if CONFIG_HAL_BOARD == HAL_BOARD_CHIBIOS
#include <hal.h>
#endif
#include "AP_BoardConfig.h"
#include <GCS_MAVLink/GCS.h>
#include <AP_Math/crc.h>