Skip to content

Commit a013a5b

Browse files
committed
machine: bump rp2040 to 200MHz
1 parent 3e00ad4 commit a013a5b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/machine/machine_rp2_2040.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import (
99
)
1010

1111
const (
12-
cpuFreq = 125 * MHz
12+
cpuFreq = 200 * MHz
1313
_NUMBANK0_GPIOS = 30
1414
_NUMBANK0_IRQS = 4
1515
_NUMIRQ = 32

0 commit comments

Comments
 (0)