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:
parent
7507cb1403
commit
6f54c58e54
2 changed files with 14 additions and 8 deletions
|
@ -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)))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue