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
commit 59c42bd6d2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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]