mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-07-15 07:50:36 +08:00
543c7bd0c5
Signed-off-by: Jukka Laitinen <jukkax@ssrc.tii.ae>
11 lines
167 B
Plaintext
11 lines
167 B
Plaintext
config SYSTEMCMDS_UORB
|
|
bool "uorb"
|
|
default n
|
|
---help---
|
|
Enable support for uorb
|
|
|
|
config USER_UORB
|
|
bool
|
|
default y
|
|
depends on BOARD_PROTECTED && SYSTEMCMDS_UORB
|