chibios printf: support float

This commit is contained in:
Andrey Gusakov 2022-03-18 11:56:16 +03:00
parent e2de0aeffd
commit 51ee22af71
1 changed files with 1 additions and 1 deletions

View File

@ -162,7 +162,7 @@ CPPWARN = -Wall -Wextra -Wundef
#
# List all user C define here, like -D_DEBUG=1
UDEFS =
UDEFS = -DCHPRINTF_USE_FLOAT=1
# Define ASM defines here
UADEFS =