diff --git a/Makefile b/Makefile index 0cb79d77cc3e9901945268ae0ef2050347424a74..f9bab6b97b0dcb109bc2966df44bf929a511c1a9 100644 --- a/Makefile +++ b/Makefile @@ -23,7 +23,7 @@ AS_DEBUG_FLAGS = INCLUDE = . ./boards/$(platform) CC = arm-none-eabi-gcc -CC_FLAGS = -Wall -O2 -c -Wextra -ffreestanding -Wno-override-init +CC_FLAGS = -Wall -O2 -c -Wextra -ffreestanding -Wno-override-init -std=c17 CC_FLAGS += $(addprefix -I,$(INCLUDE)) -include default.h CC_DEBUG_FLAGS = -g -DDEBUG @@ -153,4 +153,4 @@ make_var_test: .SECONDARY: $(obj) .PHONY: clean -.SUFFIXES: \ No newline at end of file +.SUFFIXES: