mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-21 16:18:29 -04:00
AP_BoardConfig: fixed for VRBrain build
needs access to driver start function
This commit is contained in:
parent
eaa88b1223
commit
38ebe582cc
@ -33,10 +33,10 @@ public:
|
||||
|
||||
static const struct AP_Param::GroupInfo var_info[];
|
||||
|
||||
#if CONFIG_HAL_BOARD == HAL_BOARD_PX4
|
||||
// public method to start a driver
|
||||
static bool px4_start_driver(main_fn_t main_function, const char *name, const char *arguments);
|
||||
|
||||
|
||||
#if CONFIG_HAL_BOARD == HAL_BOARD_PX4
|
||||
// valid types for BRD_TYPE
|
||||
enum px4_board_type {
|
||||
PX4_BOARD_AUTO = 0,
|
||||
|
Loading…
Reference in New Issue
Block a user