diff --git a/libs/libc/stdio/lib_libvsprintf.c b/libs/libc/stdio/lib_libvsprintf.c index 5f4a61ef4cc..33b1f2569c3 100644 --- a/libs/libc/stdio/lib_libvsprintf.c +++ b/libs/libc/stdio/lib_libvsprintf.c @@ -72,9 +72,9 @@ #if defined(CONFIG_LIBC_FLOATINGPOINT) # define PRINTF_LEVEL PRINTF_FLT #elif defined(CONFIG_LIB_LONG_LONG) || !defined(CONFIG_LIBC_PRINT_MINIMAL) -# define PRINT_LEVEL PRINTF_STD +# define PRINTF_LEVEL PRINTF_STD #else -# define PRINT_LEVEL PRINTF_MIN +# define PRINTF_LEVEL PRINTF_MIN #endif #ifdef putc