mirror of
https://github.com/opentx/opentx.git
synced 2025-07-24 00:35:18 +03:00
* fix X12s crossfire issues * Update radio_hardware.cpp * Update crossfire.h * Update radio_hardware.cpp * Removed now unnecessary macros.
This commit is contained in:
parent
ed2becce88
commit
bc6bfccade
3 changed files with 3 additions and 11 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue