From cd151a622537e1436362bd71229c6ce22a3957d0 Mon Sep 17 00:00:00 2001 From: Keith Packard Date: Tue, 11 Sep 2018 18:50:15 -0700 Subject: [PATCH] altos/stm32f4: Use full printf/scanf (including floats) Signed-off-by: Keith Packard --- src/stm32f4/Makefile-stm32f4.defs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/stm32f4/Makefile-stm32f4.defs b/src/stm32f4/Makefile-stm32f4.defs index 4346b7d8..c39633c7 100644 --- a/src/stm32f4/Makefile-stm32f4.defs +++ b/src/stm32f4/Makefile-stm32f4.defs @@ -28,7 +28,7 @@ CC=$(ARM_CC) WARN_FLAGS=-Wall -Wextra -Werror -Wcast-align AO_CFLAGS=-I. -I$(TOPDIR)/stm32f4 -I$(TOPDIR)/kernel -I$(TOPDIR)/drivers \ - -DNEWLIB_INTEGER_PRINTF_SCANF -Os -g \ + -Os -g \ -I$(TOPDIR)/product -I$(TOPDIR) -I$(TOPDIR)/math \ -isystem $(NEWLIB_NANO)/arm-none-eabi/include -- 2.30.2