|
NinjaFlight
|
Go to the source code of this file.
Macros | |
| #define | UNUSED(x) (void)(x) |
| #define | BUILD_BUG_ON(condition) ((void)sizeof(char[1 - 2*!!(condition)])) |
| #define | REQUIRE_CC_ARM_PRINTF_SUPPORT |
| #define | REQUIRE_PRINTF_LONG_SUPPORT |
| #define BUILD_BUG_ON | ( | condition | ) | ((void)sizeof(char[1 - 2*!!(condition)])) |
| #define REQUIRE_CC_ARM_PRINTF_SUPPORT |
| #define REQUIRE_PRINTF_LONG_SUPPORT |
| #define UNUSED | ( | x | ) | (void)(x) |