1
0
Fork 0
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:
Bertrand Songis 2016-01-20 15:18:08 +01:00
parent c8ae36997e
commit 3b3555df48

View file

@ -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)