diff options
-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 |