Merge pull request #4082 from markmurphydev/patch-1

Update blinky_wifi example name
This commit is contained in:
Dario Nieuwenhuis
2025-04-18 11:09:07 +00:00
committed by GitHub

View File

@@ -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]