Skip to content

Commit 4eaef59

Browse files
authored
Update links to Universal examples in README.md
The `universal/CMakeLists.txt` has been edited, so the line-numbers had drifted
1 parent 84e8d48 commit 4eaef59

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -386,9 +386,9 @@ These require you to set `PICO_ARM_TOOLCHAIN_PATH` and `PICO_RISCV_TOOLCHAIN_PAT
386386

387387
App|Description
388388
---|---
389-
[blink](universal/CMakeLists.txt#L126) | Same as the [blink](blink) example, but universal.
389+
[blink](universal/CMakeLists.txt#L137) | Same as the [blink](blink) example, but universal.
390390
[hello_universal](universal/hello_universal) | The obligatory Hello World program for Pico (USB and serial output). On RP2350 it will reboot to the other architecture after every 10 prints.
391-
[nuke_universal](universal/CMakeLists.txt#L132) | Same as the [nuke](flash/nuke) example, but universal. On RP2350 runs as a packaged SRAM binary, so is written to flash and copied to SRAM by the bootloader
391+
[nuke_universal](universal/CMakeLists.txt#L143) | Same as the [nuke](flash/nuke) example, but universal. On RP2350 runs as a packaged SRAM binary, so is written to flash and copied to SRAM by the bootloader
392392

393393
### USB Device
394394

0 commit comments

Comments
 (0)