mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-07-14 03:00:34 +08:00
9449ed6e66
Signed-off-by: Jukka Laitinen <jukkax@ssrc.tii.ae>
13 lines
331 B
Plaintext
13 lines
331 B
Plaintext
menuconfig MODULES_GYRO_CALIBRATION
|
|
bool "gyro_calibration"
|
|
default n
|
|
---help---
|
|
Enable support for gyro_calibration
|
|
|
|
menuconfig USER_GYRO_CALIBRATION
|
|
bool "gyro_calibration running as userspace module"
|
|
default y
|
|
depends on BOARD_PROTECTED && MODULES_GYRO_CALIBRATION
|
|
---help---
|
|
Put gyro_calibration in userspace memory
|