Skip to content

Commit

Permalink
AP_HAL: remove defines for boards which don't exist
Browse files Browse the repository at this point in the history
we'll now get compilation failures if code is introduced depending on these...
  • Loading branch information
peterbarker authored and tridge committed Oct 8, 2024
1 parent 93174e3 commit 3273f58
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions libraries/AP_HAL/AP_HAL_Boards.h
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@
#pragma once

#define HAL_BOARD_SITL 3
#define HAL_BOARD_SMACCM 4 // unused
#define HAL_BOARD_PX4 5 // unused
// #define HAL_BOARD_SMACCM 4 // unused
// #define HAL_BOARD_PX4 5 // unused
#define HAL_BOARD_LINUX 7
#define HAL_BOARD_VRBRAIN 8
// #define HAL_BOARD_VRBRAIN 8
#define HAL_BOARD_CHIBIOS 10
#define HAL_BOARD_F4LIGHT 11 // reserved
// #define HAL_BOARD_F4LIGHT 11 // reserved
#define HAL_BOARD_ESP32 12
#define HAL_BOARD_QURT 13
#define HAL_BOARD_EMPTY 99
Expand Down

0 comments on commit 3273f58

Please sign in to comment.