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:
parent
8ec706ad08
commit
1491d3b236
4 changed files with 8 additions and 8 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue