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

Issue #592 - All boards will have this feature available, it costs only

50bytes on stock board (I saved more in this same branch)
This commit is contained in:
Bertrand Songis 2014-02-06 14:36:54 +01:00
parent 4a20329b2b
commit cae4d1ecf6
10 changed files with 67 additions and 67 deletions

View file

@ -806,6 +806,7 @@ enum PowerState {
};
bool switchState(EnumKeys enuk);
uint8_t trimDown(uint8_t idx);
void readKeysAndTrims();
uint16_t evalChkSum();