mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-04-14 10:07:39 +08:00
13 lines
345 B
Plaintext
13 lines
345 B
Plaintext
menuconfig MODULES_FW_PATH_NAVIGATION
|
|
bool "fw_path_navigation"
|
|
default n
|
|
---help---
|
|
Enable support for fw_path_navigation
|
|
|
|
menuconfig USER_FW_PATH_NAVIGATION
|
|
bool "fw_path_navigation running as userspace module"
|
|
default n
|
|
depends on BOARD_PROTECTED && MODULES_FW_PATH_NAVIGATION
|
|
---help---
|
|
Put fw_path_navigation in userspace memory
|