You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
179 B
13 lines
179 B
9 years ago
|
include(configs/nuttx_px4fmu-common_apm)
|
||
|
|
||
|
list(APPEND config_module_list
|
||
|
drivers/boards/px4fmu-v1
|
||
|
drivers/px4io
|
||
|
drivers/px4flow
|
||
|
)
|
||
|
|
||
|
set(config_io_board
|
||
|
px4io-v1
|
||
|
)
|
||
|
|