1
0
Fork 0
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:
Bertrand Songis 2015-09-14 20:12:22 +02:00
parent 3387395932
commit 10f5bd211b
3 changed files with 14 additions and 8 deletions

View file

@ -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();