1
0
Fork 0
mirror of https://github.com/opentx/opentx.git synced 2025-07-24 16:55:20 +03:00

More AVR cleanup

This commit is contained in:
Arne Schwabe 2018-07-05 10:16:50 +02:00
parent 4300e4b022
commit d831b0f55e
8 changed files with 2 additions and 1517 deletions

View file

@ -48,8 +48,6 @@
#define __NOINIT
#endif
typedef int32_t int24_t;
#if __GNUC__
#define PACK( __Declaration__ ) __Declaration__ __attribute__((__packed__))
#else