mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-03 14:38:30 -04:00
AP_BoardConfig: include hal.h
This commit is contained in:
parent
7bd45fcb50
commit
9383c43ab9
@ -13,10 +13,14 @@
|
|||||||
along with this program. If not, see <http://www.gnu.org/licenses/>.
|
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>
|
#include <AP_HAL/AP_HAL.h>
|
||||||
|
#if CONFIG_HAL_BOARD == HAL_BOARD_CHIBIOS
|
||||||
|
#include <hal.h>
|
||||||
|
#endif
|
||||||
#include "AP_BoardConfig.h"
|
#include "AP_BoardConfig.h"
|
||||||
#include <GCS_MAVLink/GCS.h>
|
#include <GCS_MAVLink/GCS.h>
|
||||||
#include <AP_Math/crc.h>
|
#include <AP_Math/crc.h>
|
||||||
|
Loading…
Reference in New Issue
Block a user