mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-04-28 17:34:08 +08:00
add macro PX4FMU_TASK to board_config
This commit is contained in:
parent
f7f12759cd
commit
8b6b4ccee9
@ -211,6 +211,9 @@
|
||||
|
||||
#define BOARD_NAME "AUAV_X21"
|
||||
|
||||
// Run the FMU task on its own thread to reduce jitter
|
||||
#define PX4FMU_TASK
|
||||
|
||||
/* By Providing BOARD_ADC_USB_CONNECTED this board support the ADC
|
||||
* system_power interface, and therefore provides the true logic
|
||||
* GPIO BOARD_ADC_xxxx macros.
|
||||
|
||||
@ -275,6 +275,9 @@
|
||||
|
||||
#define BOARD_NAME "PX4FMU_V4"
|
||||
|
||||
// Run the FMU task on its own thread to reduce jitter
|
||||
#define PX4FMU_TASK
|
||||
|
||||
/* By Providing BOARD_ADC_USB_CONNECTED (using the px4_arch abstraction)
|
||||
* this board support the ADC system_power interface, and therefore
|
||||
* provides the true logic GPIO BOARD_ADC_xxxx macros.
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user