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

Checklist available on all ARM boards

This commit is contained in:
bsongis 2014-05-16 17:30:54 +02:00
parent 487cd04030
commit e4346e70cd
15 changed files with 54 additions and 45 deletions

View file

@ -65,9 +65,11 @@
#endif
#if defined(CPUARM)
#define CASE_CPUARM(x) x,
#define CASE_CPUARM(x) x,
#define IF_CPUARM(x) x
#else
#define CASE_CPUARM(x)
#define IF_CPUARM(x)
#endif
#if defined(VARIO) && defined(CPUARM)
@ -89,9 +91,9 @@
#endif
#if defined(CPUARM) || defined(CPUM2560)
#define IF_PERSISTENT_TIMERS(x) x,
#define CASE_PERSISTENT_TIMERS(x) x,
#else
#define IF_PERSISTENT_TIMERS(x)
#define CASE_PERSISTENT_TIMERS(x)
#endif
#if defined(RTCLOCK)