mirror of
https://github.com/opentx/opentx.git
synced 2025-07-20 06:45:10 +03:00
Travis should be happy now
This commit is contained in:
parent
c8ae36997e
commit
3b3555df48
1 changed files with 3 additions and 2 deletions
|
@ -25,6 +25,7 @@
|
|||
#include <string.h>
|
||||
#include <stddef.h>
|
||||
#include <stdlib.h>
|
||||
#include <stdint.h>
|
||||
|
||||
#if defined(SIMU)
|
||||
#define SWITCH_SIMU(a, b) (a)
|
||||
|
@ -232,8 +233,8 @@
|
|||
|
||||
#define IS_FAI_FORBIDDEN(idx) (IS_FAI_ENABLED() && idx >= MIXSRC_FIRST_TELEM)
|
||||
|
||||
#if defined(CPUARM) && !defined(PCBHORUS)
|
||||
#define VOLUME_CHIP
|
||||
#if defined(CPUARM)
|
||||
#define HARDWARE_VOLUME
|
||||
#endif
|
||||
|
||||
#if defined(SIMU)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue