1
0
Fork 0
mirror of https://github.com/opentx/opentx.git synced 2025-07-13 11:29:51 +03:00

Compilation error fixed

This commit is contained in:
Bertrand Songis 2016-06-30 22:44:16 +02:00
parent fef4bff9fa
commit 5f03924b5f
8 changed files with 22 additions and 57 deletions

View file

@ -66,12 +66,6 @@
#define NOBACKUP(...) __VA_ARGS__
#endif
#if __GNUC__
#define PACK( __Declaration__ ) __Declaration__ __attribute__((__packed__))
#else
#define PACK( __Declaration__ ) __pragma( pack(push, 1) ) __Declaration__ __pragma( pack(pop) )
#endif
#if defined(PCBTARANIS) || defined(PCBHORUS)
typedef uint16_t source_t;
#else