mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-15 12:25:20 +03:00
Fixed UNUSED #define
This commit is contained in:
parent
bf683bcdc6
commit
ae356d485b
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@
|
||||||
#define EXPAND_I(x) x
|
#define EXPAND_I(x) x
|
||||||
#define EXPAND(x) EXPAND_I(x)
|
#define EXPAND(x) EXPAND_I(x)
|
||||||
|
|
||||||
#if !defined(USE_HAL_DRIVER)
|
#if !defined(UNUSED)
|
||||||
#define UNUSED(x) (void)(x)
|
#define UNUSED(x) (void)(x)
|
||||||
#endif
|
#endif
|
||||||
#define BUILD_BUG_ON(condition) ((void)sizeof(char[1 - 2*!!(condition)]))
|
#define BUILD_BUG_ON(condition) ((void)sizeof(char[1 - 2*!!(condition)]))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue