mirror of
https://github.com/opentx/opentx.git
synced 2025-07-21 07:15:12 +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 <string.h>
|
||||||
#include <stddef.h>
|
#include <stddef.h>
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
|
#include <stdint.h>
|
||||||
|
|
||||||
#if defined(SIMU)
|
#if defined(SIMU)
|
||||||
#define SWITCH_SIMU(a, b) (a)
|
#define SWITCH_SIMU(a, b) (a)
|
||||||
|
@ -232,8 +233,8 @@
|
||||||
|
|
||||||
#define IS_FAI_FORBIDDEN(idx) (IS_FAI_ENABLED() && idx >= MIXSRC_FIRST_TELEM)
|
#define IS_FAI_FORBIDDEN(idx) (IS_FAI_ENABLED() && idx >= MIXSRC_FIRST_TELEM)
|
||||||
|
|
||||||
#if defined(CPUARM) && !defined(PCBHORUS)
|
#if defined(CPUARM)
|
||||||
#define VOLUME_CHIP
|
#define HARDWARE_VOLUME
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if defined(SIMU)
|
#if defined(SIMU)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue