mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-06-30 01:50:34 +08:00
9449ed6e66
Signed-off-by: Jukka Laitinen <jukkax@ssrc.tii.ae>
13 lines
324 B
Plaintext
13 lines
324 B
Plaintext
menuconfig MODULES_MC_RATE_CONTROL
|
|
bool "mc_rate_control"
|
|
default n
|
|
---help---
|
|
Enable support for mc_rate_control
|
|
|
|
menuconfig USER_MC_RATE_CONTROL
|
|
bool "mc_rate_control running as userspace module"
|
|
default n
|
|
depends on BOARD_PROTECTED && MODULES_MC_RATE_CONTROL
|
|
---help---
|
|
Put mc_rate_control in userspace memory
|