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

Remove CASE_CPUARM and IF_CPUARM macros

This commit is contained in:
Arne Schwabe 2018-07-05 10:59:12 +02:00
parent cbf60380f2
commit c75d873b91
27 changed files with 80 additions and 83 deletions

View file

@ -45,9 +45,6 @@
#define CASE_PCBSKY9X(x)
#endif
#define CASE_CPUARM(x) x,
#define IF_CPUARM(x) x
#if defined(STM32)
#define CASE_STM32(x) x,
#else