mirror of
https://github.com/iNavFlight/inav.git
synced 2025-07-13 03:19:58 +03:00
extend msp_override_mask to 32bits / channels (#10891)
* extend msp_override_mask to 32bits / channels * update other override 16bit variables
This commit is contained in:
parent
498526bdd0
commit
c60abeaca8
5 changed files with 6 additions and 6 deletions
|
@ -3038,7 +3038,7 @@ Mask of RX channels that may be overridden by MSP `SET_RAW_RC`. Note that this r
|
|||
|
||||
| Default | Min | Max |
|
||||
| --- | --- | --- |
|
||||
| 0 | 0 | 65535 |
|
||||
| 0 | 0 | 4294967295 |
|
||||
|
||||
---
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue