mirror of
https://github.com/opentx/opentx.git
synced 2025-07-19 14:25:11 +03:00
Allow USB mode selection on USB connect (#5193)
Allow all USB modes to be compiled in at the same time
This commit is contained in:
parent
2910488a30
commit
b7acee5723
45 changed files with 1515 additions and 1239 deletions
|
@ -50,6 +50,12 @@
|
|||
#define IF_CPUARM(x)
|
||||
#endif
|
||||
|
||||
#if defined(STM32)
|
||||
#define CASE_STM32(x) x,
|
||||
#else
|
||||
#define CASE_STM32(x)
|
||||
#endif
|
||||
|
||||
#if defined(VARIO) && defined(CPUARM)
|
||||
#define CASE_VARIO_CPUARM(x) x,
|
||||
#else
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue