diff options
author | Keith Packard <keithp@keithp.com> | 2018-09-11 18:50:15 -0700 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2018-10-13 08:23:25 -0700 |
commit | cd151a622537e1436362bd71229c6ce22a3957d0 (patch) | |
tree | ecac7b9ba5f98a337505ba94f93c82509ff52f6a | |
parent | 0b5ac831d2e63a091833c702b07b0331fba32e72 (diff) |
altos/stm32f4: Use full printf/scanf (including floats)
Signed-off-by: Keith Packard <keithp@keithp.com>
-rw-r--r-- | src/stm32f4/Makefile-stm32f4.defs | 2 |
1 files changed, 1 insertions, 1 deletions
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 |