AP_HAL: add HAL_BOARD_EMPTY to AP_HAL_BOARDS

This commit is contained in:
Pat Hickey 2012-12-14 17:18:55 -08:00 committed by Andrew Tridgell
parent 22ac39a4ef
commit d18b9feaa1
1 changed files with 1 additions and 0 deletions

View File

@ -13,6 +13,7 @@
#define HAL_BOARD_APM1 1 #define HAL_BOARD_APM1 1
#define HAL_BOARD_APM2 2 #define HAL_BOARD_APM2 2
#define HAL_BOARD_AVR_SITL 3 #define HAL_BOARD_AVR_SITL 3
#define HAL_BOARD_EMPTY 99
#endif // __AP_HAL_BOARDS_H__ #endif // __AP_HAL_BOARDS_H__