mirror of
https://github.com/iNavFlight/inav.git
synced 2025-07-25 17:25:18 +03:00
fix typo in gcc7 fallback macro
This commit is contained in:
parent
14c4989e90
commit
cb850da3c9
1 changed files with 1 additions and 1 deletions
|
@ -92,7 +92,7 @@ void * memcpy_fn ( void * destination, const void * source, size_t num ) asm("me
|
|||
#endif
|
||||
|
||||
#if __GNUC__ >= 7
|
||||
#define FALLTHROUGH __attribute__ ((fallthrough)
|
||||
#define FALLTHROUGH __attribute__ ((fallthrough))
|
||||
#else
|
||||
#define FALLTHROUGH do {} while(0)
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue