From: Keith Packard Date: Wed, 12 Sep 2018 01:50:15 +0000 (-0700) Subject: altos/stm32f4: Use full printf/scanf (including floats) X-Git-Tag: 1.9~27^2~27 X-Git-Url: https://git.gag.com/?p=fw%2Faltos;a=commitdiff_plain;h=cd151a622537e1436362bd71229c6ce22a3957d0;hp=0b5ac831d2e63a091833c702b07b0331fba32e72 altos/stm32f4: Use full printf/scanf (including floats) Signed-off-by: Keith Packard --- 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