pyboardv11: Fix typo in HSE_VALUE define so that SysTick runs at correct

frequency.
This commit is contained in:
William D. Jones 2019-09-14 04:31:43 -04:00 committed by Nathan Conrad
parent 192e1de66e
commit ff36957c05
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
CFLAGS += \
-DHSE_VALUE=120000000 \
-DHSE_VALUE=12000000 \
-DSTM32F405xx \
-mthumb \
-mabi=aapcs \