mirror of
https://github.com/opentx/opentx.git
synced 2025-07-23 08:15:17 +03:00
Fixes compilation in 'next'
This commit is contained in:
parent
3387395932
commit
10f5bd211b
3 changed files with 14 additions and 8 deletions
|
@ -748,9 +748,9 @@ getvalue_t getValue(mixsrc_t i);
|
|||
|
||||
#if defined(CPUARM)
|
||||
#define GETSWITCH_MIDPOS_DELAY 1
|
||||
bool getSwitch(int8_t swtch, uint8_t flags=0);
|
||||
bool getSwitch(swsrc_t swtch, uint8_t flags=0);
|
||||
#else
|
||||
bool getSwitch(int8_t swtch);
|
||||
bool getSwitch(swsrc_t swtch);
|
||||
#endif
|
||||
|
||||
void logicalSwitchesTimerTick();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue