mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-04-14 10:07:39 +08:00
Put gyro_fft in kernel by default in protected build
It is a performance issue to run it on user side Signed-off-by: Jukka Laitinen <jukkax@ssrc.tii.ae>
This commit is contained in:
parent
4658a627d7
commit
3d35929f3e
@ -6,7 +6,7 @@ menuconfig MODULES_GYRO_FFT
|
||||
|
||||
menuconfig USER_GYRO_FFT
|
||||
bool "gyro_fft running as userspace module"
|
||||
default y
|
||||
default n
|
||||
depends on BOARD_PROTECTED && MODULES_GYRO_FFT
|
||||
---help---
|
||||
Put gyro_fft in userspace memory
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user