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

fix for X12s crossfire issues #5162 (#5533)

* fix X12s crossfire issues

* Update radio_hardware.cpp

* Update crossfire.h

* Update radio_hardware.cpp

* Removed now unnecessary macros.
This commit is contained in:
lfischer85 2017-12-18 15:15:28 +01:00 committed by Andre Bernet
parent ed2becce88
commit bc6bfccade
3 changed files with 3 additions and 11 deletions

View file

@ -200,12 +200,6 @@
#define CASE_PCBX9E(x)
#endif
#if defined(PCBX10)
#define CASE_PCBX10(x) x,
#else
#define CASE_PCBX10(x)
#endif
#if defined(BLUETOOTH) && !(defined(PCBX9E) && !defined(USEHORUSBT))
#define CASE_BLUETOOTH(x) x,
#else