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

Renamed lswReset() to logicalSwitchesReset()

Added PACKED to logical switches data structures
This commit is contained in:
Damjan Adamic 2014-05-17 19:38:23 +02:00
parent 8ec706ad08
commit 1491d3b236
4 changed files with 8 additions and 8 deletions

View file

@ -694,7 +694,7 @@ NOINLINE void per10ms();
getvalue_t getValue(uint8_t i);
bool getSwitch(int8_t swtch);
void lswTimerTick();
void lswReset();
void logicalSwitchesReset();
void evalLogicalSwitches(uint8_t mode);
void copyLswState(uint8_t oldPhase, uint8_t newPhase);