mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-04-14 10:07:39 +08:00
docs: Clarify bit 0 handling in ASPD_DO_CHECKS
This commit is contained in:
parent
19f22416fd
commit
ecceb403a0
@ -149,6 +149,8 @@ PARAM_DEFINE_INT32(ASPD_PRIMARY, 1);
|
||||
*
|
||||
* Controls which checks are run to check airspeed data for validity. Only applied if ASPD_PRIMARY > 0.
|
||||
*
|
||||
* Note: The missing data check (bit 0) is implicitly always enabled when ASPD_DO_CHECKS > 0, even if bit 0 is not explicitly set.
|
||||
*
|
||||
* @min 0
|
||||
* @max 31
|
||||
* @bit 0 Only data missing check (triggers if more than 1s no data)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user