1
0
Fork 0
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:
Jonathan Hudson 2025-06-03 15:54:45 +01:00 committed by GitHub
parent 498526bdd0
commit c60abeaca8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 6 additions and 6 deletions

View file

@ -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 |
---