We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a500d04 commit 4b5bb11Copy full SHA for 4b5bb11
Firmware/pico-ice-default/main.c
@@ -45,7 +45,7 @@ int main(void) {
45
ice_usb_init();
46
47
// Let the FPGA start
48
- ice_fpga_init(48);
+ ice_fpga_init(12);
49
ice_fpga_start();
50
51
while (true) {
Firmware/pico-ice-sdk
0 commit comments