Skip to content

Commit

Permalink
AP_HAL: avoid include of non-existant file
Browse files Browse the repository at this point in the history
this file doesn't exist
  • Loading branch information
peterbarker authored and tridge committed Oct 8, 2024
1 parent 4616fec commit 93174e3
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions libraries/AP_HAL/AP_HAL_Boards.h
Original file line number Diff line number Diff line change
Expand Up @@ -134,8 +134,6 @@
#include <AP_HAL/board/linux.h>
#elif CONFIG_HAL_BOARD == HAL_BOARD_EMPTY
#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
#include <AP_HAL/board/chibios.h>
#elif CONFIG_HAL_BOARD == HAL_BOARD_ESP32
Expand Down

0 comments on commit 93174e3

Please sign in to comment.