1
0
Fork 0
mirror of https://github.com/opentx/opentx.git synced 2025-07-23 16:25:16 +03:00

Add copy min/max to outputs (#7396)

* Add copy min/max to outputs

* Also copy ppm center
This commit is contained in:
3djc 2020-02-18 11:11:52 +01:00 committed by GitHub
parent c2e5e4f566
commit 18b5fbf33e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
18 changed files with 45 additions and 0 deletions

View file

@ -867,6 +867,7 @@ void instantTrim();
void evalTrims();
void copyTrimsToOffset(uint8_t ch);
void copySticksToOffset(uint8_t ch);
void copyMinMaxToOutputs(uint8_t ch);
void moveTrimsToOffsets();
typedef uint16_t ACTIVE_PHASES_TYPE;