Skip to content

Commit 122ff85

Browse files
committed
Firmware: fix the URL in the firmware after switching to Doxygen
1 parent efc9b21 commit 122ff85

File tree

1 file changed

+1
-1
lines changed
  • Firmware/pico-ice-default

1 file changed

+1
-1
lines changed

Firmware/pico-ice-default/main.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
#define UART_RX_PIN 1
3838

3939
#define DOC_FORWARD_SPI \
40-
"https://pico-ice.tinyvision.ai/ice_usb.html#usb-spi-fpgasramflash-forwarding"
40+
"https://pico-ice.tinyvision.ai/group__ice__usb.html#autotoc_md2"
4141

4242
#define DOC_DEFAULT_FIRMWARE \
4343
"https://github.com/tinyvision-ai-inc/pico-ice/tree/main/Firmware/pico-ice-default"

0 commit comments

Comments
 (0)