Revision 697dba3c modules/NUCLEO-F401RE/Makefile

View differences:

modules/NUCLEO-F401RE/Makefile
35 35

  
36 36
# C specific options here (added to USE_OPT).
37 37
ifeq ($(USE_COPT),)
38
  USE_COPT = -std=c17
38
  USE_COPT = -std=c99 -fshort-enums
39 39
endif
40 40

  
41 41
# C++ specific options here (added to USE_OPT).

Also available in: Unified diff