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:
parent
fef4bff9fa
commit
5f03924b5f
8 changed files with 22 additions and 57 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue