diff options
| author | William D. Jones <[email protected]> | 2019-09-14 04:31:43 -0400 |
|---|---|---|
| committer | Nathan Conrad <[email protected]> | 2019-09-17 13:29:41 -0400 |
| commit | ff36957c05cf40c8b73f56f3e039cc00864ca492 (patch) | |
| tree | db186f2a26adce4a854494d4337f5581c8a35d2b | |
| parent | 192e1de66ed512fdab448bd4862c57259330df59 (diff) | |
pyboardv11: Fix typo in HSE_VALUE define so that SysTick runs at correct
frequency.
| -rw-r--r-- | hw/bsp/pyboardv11/board.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/bsp/pyboardv11/board.mk b/hw/bsp/pyboardv11/board.mk index 9e328072b..2ba1d3900 100644 --- a/hw/bsp/pyboardv11/board.mk +++ b/hw/bsp/pyboardv11/board.mk @@ -1,5 +1,5 @@ CFLAGS += \ - -DHSE_VALUE=120000000 \ + -DHSE_VALUE=12000000 \ -DSTM32F405xx \ -mthumb \ -mabi=aapcs \ |
