diff options
| author | Mark Murphy <[email protected]> | 2025-04-12 21:02:51 -0400 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-04-12 21:02:51 -0400 |
| commit | 88b57529603d361412d479855360009abf5d2f90 (patch) | |
| tree | c01c128aff9fff9b6376ce63380237f5910683c7 /examples/rp235x | |
| parent | 659c616f9f13aa6f157eaef5279f09805449b5be (diff) | |
Update blinky_wifi example name
The RP pico w 2 blinky example is currently called `blinky_wifi`
Diffstat (limited to 'examples/rp235x')
| -rw-r--r-- | examples/rp235x/src/bin/blinky.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/rp235x/src/bin/blinky.rs b/examples/rp235x/src/bin/blinky.rs index 2d962baca..a36029f92 100644 --- a/examples/rp235x/src/bin/blinky.rs +++ b/examples/rp235x/src/bin/blinky.rs | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | //! This example test the RP Pico on board LED. | 1 | //! This example test the RP Pico on board LED. |
| 2 | //! | 2 | //! |
| 3 | //! It does not work with the RP Pico W board. See wifi_blinky.rs. | 3 | //! It does not work with the RP Pico W board. See `blinky_wifi.rs`. |
| 4 | 4 | ||
| 5 | #![no_std] | 5 | #![no_std] |
| 6 | #![no_main] | 6 | #![no_main] |
