1
0
Fork 0
mirror of https://github.com/opentx/opentx.git synced 2025-07-24 00:35:18 +03:00

Remove CASE_PERSISTENT_TIMERS

This commit is contained in:
Arne Schwabe 2018-07-05 11:04:39 +02:00
parent c75d873b91
commit 8530cce10a
2 changed files with 3 additions and 5 deletions

View file

@ -63,8 +63,6 @@
#define CASE_LUA(x)
#endif
#define CASE_PERSISTENT_TIMERS(x) x,
#if defined(RTCLOCK)
#define CASE_RTCLOCK(x) x,
#else