Skip to content

Commit 9556b50

Browse files
committed
RP2040: correct system clock frequency
Fixes arduino/ArduinoCore-mbed#271
1 parent b7b6781 commit 9556b50

File tree

2 files changed

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

2 files changed

+2
-2
lines changed
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;
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)