1
0
Fork 0
mirror of https://github.com/iNavFlight/inav.git synced 2025-07-25 17:25:18 +03:00

wp_nav_cleanup

This commit is contained in:
giacomo892 2020-01-31 09:16:15 +01:00
parent 7507cb1403
commit 6f54c58e54
2 changed files with 14 additions and 8 deletions

View file

@ -109,4 +109,6 @@ void * memcpy_fn ( void * destination, const void * source, size_t num ) asm("me
#define FALLTHROUGH do {} while(0)
#endif
#define UNREACHABLE() __builtin_unreachable()
#define ALIGNED(x) __attribute__ ((aligned(x)))