lv_printf: condition floating-point on value not definition

This commit is contained in:
Themba Dube
2020-06-01 12:08:48 -04:00
parent 0c4c6cf199
commit c5c5b2a393

View File

@@ -56,7 +56,7 @@
// support for the floating point type (%f)
// default: activated
#ifndef PRINTF_DISABLE_SUPPORT_FLOAT
#if !PRINTF_DISABLE_SUPPORT_FLOAT
#define PRINTF_SUPPORT_FLOAT
#endif