AP_BoardConfig: fix build

This commit is contained in:
Jonathan Challinger 2019-04-23 15:41:22 -07:00 committed by Andrew Tridgell
parent 40684b95d7
commit 94b8f2e37a

View File

@ -194,7 +194,7 @@ private:
void board_setup_drivers(void);
bool spi_check_register(const char *devname, uint8_t regnum, uint8_t value, uint8_t read_flag = 0x80);
void validate_board_type(void);
bool check_cubeblack(void);
void check_cubeblack(void);
void board_autodetect(void);
#endif // AP_FEATURE_BOARD_DETECT