mirror of
https://github.com/hathach/tinyusb.git
synced 2025-02-07 05:54:11 +08:00
pyboardv11: Fix typo in HSE_VALUE define so that SysTick runs at correct
frequency.
This commit is contained in:
parent
6b79f399a1
commit
d7137e36ca
@ -1,5 +1,5 @@
|
|||||||
CFLAGS += \
|
CFLAGS += \
|
||||||
-DHSE_VALUE=120000000 \
|
-DHSE_VALUE=12000000 \
|
||||||
-DSTM32F405xx \
|
-DSTM32F405xx \
|
||||||
-mthumb \
|
-mthumb \
|
||||||
-mabi=aapcs \
|
-mabi=aapcs \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user