mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-04-14 10:07:39 +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:
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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user