diff options
| author | William D. Jones <[email protected]> | 2019-09-14 04:31:43 -0400 |
|---|---|---|
| committer | William D. Jones <[email protected]> | 2019-09-14 04:32:10 -0400 |
| commit | d7137e36ca3681958603f610a16b68434baad474 (patch) | |
| tree | 3fb81fe31c296fc9e108b577fa73870551100376 | |
| parent | 6b79f399a1ed46c35ca79fbd9213236ba0172bea (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 \ |
