mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-05-23 09:17:35 +08:00
uORB: Build uorb systemcmd always in kernel side in memory protected build
Signed-off-by: Jukka Laitinen <jukkax@ssrc.tii.ae>
This commit is contained in:
committed by
Beat Küng
parent
d167f91eb8
commit
543c7bd0c5
@@ -1,5 +1,10 @@
|
||||
menuconfig SYSTEMCMDS_UORB
|
||||
config SYSTEMCMDS_UORB
|
||||
bool "uorb"
|
||||
default n
|
||||
---help---
|
||||
Enable support for uorb
|
||||
Enable support for uorb
|
||||
|
||||
config USER_UORB
|
||||
bool
|
||||
default y
|
||||
depends on BOARD_PROTECTED && SYSTEMCMDS_UORB
|
||||
|
||||
Reference in New Issue
Block a user