Skip to content

Commit 4b5bb11

Browse files
committed
adjust the clock default frequency from 48 MHz to 12 MHz
1 parent a500d04 commit 4b5bb11

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Firmware/pico-ice-default/main.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ int main(void) {
4545
ice_usb_init();
4646

4747
// Let the FPGA start
48-
ice_fpga_init(48);
48+
ice_fpga_init(12);
4949
ice_fpga_start();
5050

5151
while (true) {

0 commit comments

Comments
 (0)