We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 98ee10f commit 9e0a749Copy full SHA for 9e0a749
1 file changed
common.mk
@@ -33,7 +33,7 @@ INC_FLAGS += -I$(USB_DEVICE_FILE)/Core/inc -I$(USB_DEVICE_FILE)/Class/cdc/inc
33
INC_FLAGS += -I$(USB_OTG_FILE)/inc
34
CPPFLAGS += $(ARCH_FLAGS) $(INC_FLAGS) $(DEF_FLAGS)
35
CFLAGS += -std=gnu11
36
-CXXFLAGS += -std=gnu++11
+CXXFLAGS += -std=gnu++14
37
LDFLAGS += -T$(LDSCRIPT) $(ARCH_FLAGS)
38
39
# compile and generate dependency info
0 commit comments