diff options
Diffstat (limited to 'src/console')
-rw-r--r-- | src/console/vtxprintf.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/console/vtxprintf.c b/src/console/vtxprintf.c index 5f37253e7d..acf2f80f7f 100644 --- a/src/console/vtxprintf.c +++ b/src/console/vtxprintf.c @@ -21,7 +21,7 @@ #define call_tx(x) tx_byte(x, data) -#if !CONFIG_ARCH_MIPS +#if !IS_ENABLED(CONFIG_ARCH_MIPS) #define SUPPORT_64BIT_INTS #endif |