diff th_printf.c @ 765:c9a6fe116453

Invert some preprocessor conditions for clarity.
author Matti Hamalainen <ccr@tnsp.org>
date Fri, 10 Feb 2023 01:03:22 +0200
parents 31bc1ed07cf5
children
line wrap: on
line diff
--- a/th_printf.c	Thu Feb 09 23:59:00 2023 +0200
+++ b/th_printf.c	Fri Feb 10 01:03:22 2023 +0200
@@ -102,6 +102,7 @@
 }
 
 
+#define TH_VPRINTF_INTFMT_IMPL 1
 #define TH_VPRINTF_INTFMT_NAME th_vprintf_buf_int
 #define TH_VPRINTF_INTFMT_TYPE_S int
 #define TH_VPRINTF_INTFMT_TYPE_U unsigned int