mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-09-26 04:38:19 +08:00
docs: Clarify bit 0 handling in ASPD_DO_CHECKS
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user