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 6d470f8 commit 1286605Copy full SHA for 1286605
src/blinky/rp-hal.md
@@ -141,11 +141,11 @@ pub static PICOTOOL_ENTRIES: [hal::binary_info::EntryAddr; 5] = [
141
142
## Clone the existing project
143
144
-You can clone the blinky project I created and navigate to the `rprs-blinky` folder to run this version of the blink program:
+You can clone the blinky project I created and navigate to the `blinky` folder to run this version of the blink program:
145
146
```sh
147
git clone https://github.com/ImplFerris/pico2-rp-projects
148
-cd pico2-projects/rprs-blinky
+cd pico2-projects/blinky
149
```
150
151
## How to Run?
0 commit comments