Add MHZ for examples.

This commit is contained in:
NIIBE Yutaka
2018-08-23 14:36:22 +09:00
parent 1cbe0abdee
commit 05732b445a
2 changed files with 3 additions and 2 deletions

View File

@@ -10,6 +10,7 @@ CHIP=stm32f103
USE_SYS = yes
USE_USB = yes
ENABLE_OUTPUT_HEX=yes
###################################
CROSS = arm-none-eabi-
@@ -19,7 +20,7 @@ OBJCOPY = $(CROSS)objcopy
MCU = cortex-m3
CWARN = -Wall -Wextra -Wstrict-prototypes
DEFS = -DUSE_SYS3 -DFREE_STANDING
DEFS = -DUSE_SYS3 -DFREE_STANDING -DMHZ=72
OPT = -O3 -Os -g
LIBS =