From 88b57529603d361412d479855360009abf5d2f90 Mon Sep 17 00:00:00 2001 From: Mark Murphy Date: Sat, 12 Apr 2025 21:02:51 -0400 Subject: [PATCH] Update blinky_wifi example name The RP pico w 2 blinky example is currently called `blinky_wifi` --- examples/rp235x/src/bin/blinky.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 @@ //! This example test the RP Pico on board LED. //! -//! It does not work with the RP Pico W board. See wifi_blinky.rs. +//! It does not work with the RP Pico W board. See `blinky_wifi.rs`. #![no_std] #![no_main]