mirror of https://github.com/ArduPilot/ardupilot
AP_HAL: avoid include of non-existant file
this file doesn't exist
This commit is contained in:
parent
4616fec1be
commit
93174e3240
|
@ -134,8 +134,6 @@
|
||||||
#include <AP_HAL/board/linux.h>
|
#include <AP_HAL/board/linux.h>
|
||||||
#elif CONFIG_HAL_BOARD == HAL_BOARD_EMPTY
|
#elif CONFIG_HAL_BOARD == HAL_BOARD_EMPTY
|
||||||
#include <AP_HAL/board/empty.h>
|
#include <AP_HAL/board/empty.h>
|
||||||
#elif CONFIG_HAL_BOARD == HAL_BOARD_VRBRAIN
|
|
||||||
#include <AP_HAL/board/vrbrain.h>
|
|
||||||
#elif CONFIG_HAL_BOARD == HAL_BOARD_CHIBIOS
|
#elif CONFIG_HAL_BOARD == HAL_BOARD_CHIBIOS
|
||||||
#include <AP_HAL/board/chibios.h>
|
#include <AP_HAL/board/chibios.h>
|
||||||
#elif CONFIG_HAL_BOARD == HAL_BOARD_ESP32
|
#elif CONFIG_HAL_BOARD == HAL_BOARD_ESP32
|
||||||
|
|
Loading…
Reference in New Issue