Skip to content

Commit 8ccd98f

Browse files
committed
RP2040: correct system clock frequency
Fixes arduino/ArduinoCore-mbed#271
1 parent c1e220c commit 8ccd98f

File tree

2 files changed

+2
-2
lines changed
  • targets/TARGET_RASPBERRYPI/TARGET_RP2040

2 files changed

+2
-2
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
#include "PinNames.h"
22

3-
uint32_t SystemCoreClock = 120000000;
3+
uint32_t SystemCoreClock = 125000000;
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
#include "PinNames.h"
22

3-
uint32_t SystemCoreClock = 120000000;
3+
uint32_t SystemCoreClock = 125000000;

0 commit comments

Comments
 (0)