mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-05 07:28:29 -04:00
AP_BoardConfig: fix build
This commit is contained in:
parent
40684b95d7
commit
94b8f2e37a
@ -194,7 +194,7 @@ private:
|
|||||||
void board_setup_drivers(void);
|
void board_setup_drivers(void);
|
||||||
bool spi_check_register(const char *devname, uint8_t regnum, uint8_t value, uint8_t read_flag = 0x80);
|
bool spi_check_register(const char *devname, uint8_t regnum, uint8_t value, uint8_t read_flag = 0x80);
|
||||||
void validate_board_type(void);
|
void validate_board_type(void);
|
||||||
bool check_cubeblack(void);
|
void check_cubeblack(void);
|
||||||
void board_autodetect(void);
|
void board_autodetect(void);
|
||||||
|
|
||||||
#endif // AP_FEATURE_BOARD_DETECT
|
#endif // AP_FEATURE_BOARD_DETECT
|
||||||
|
Loading…
Reference in New Issue
Block a user