mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-05-18 16:49:05 +08:00
13 lines
282 B
Plaintext
13 lines
282 B
Plaintext
menuconfig MODULES_COMMANDER
|
|
bool "commander"
|
|
default n
|
|
---help---
|
|
Enable support for commander
|
|
|
|
menuconfig USER_COMMANDER
|
|
bool "commander running as userspace module"
|
|
default y
|
|
depends on BOARD_PROTECTED && MODULES_COMMANDER
|
|
---help---
|
|
Put commander in userspace memory
|