aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDario Nieuwenhuis <[email protected]>2025-04-18 11:09:07 +0000
committerGitHub <[email protected]>2025-04-18 11:09:07 +0000
commit59c42bd6d2c5deee01946c2a7cdf826cf4c229c5 (patch)
tree11b7cfefca0063ad8d3fdbb7101c46ece769e9df
parent667400111a4d4e0118135ef314ae3e4443b24202 (diff)
parent88b57529603d361412d479855360009abf5d2f90 (diff)
Merge pull request #4082 from markmurphydev/patch-1
Update blinky_wifi example name
-rw-r--r--examples/rp235x/src/bin/blinky.rs2
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]