mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-08-01 03:57:59 +08:00
RC_CHAN_CNT is not "only meant for ground station use" — rc_update reads it to compute _rc_calibrated, which gates manual_control_input.valid. A value of 0 causes the RC manual control input to be marked invalid and silently ignored by the manual control selector, so flight mode switching and stick inputs from RC stop working. Tighten the short to mention calibration state and rewrite the long to state the actual rule the firmware enforces. Refs PX4#27439 Signed-off-by: Jacob Dahl <dahl.jakejacob@gmail.com>