Skip to content

Commit c25983d

Browse files
committed
Overclock
1 parent 6e0be4d commit c25983d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

circuitpython/perc/hardware.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@
2222

2323
# MCU
2424

25-
#import microcontroller
26-
#microcontroller.cpu.frequency = 200_000_000
25+
import microcontroller
26+
microcontroller.cpu.frequency = 180_000_000
2727

2828
is_rp2350 = 'rp2350' in os.uname()[0]
2929

0 commit comments

Comments
 (0)