From 99add9efc5ae4bb458ab5d31a7cd4523d60a3645 Mon Sep 17 00:00:00 2001 From: Naxdy Date: Sun, 1 Sep 2024 17:31:19 +0200 Subject: [PATCH] chore: remove leftover default comment --- src/main.rs | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/main.rs b/src/main.rs index 244f920..c521874 100644 --- a/src/main.rs +++ b/src/main.rs @@ -1,7 +1,3 @@ -//! This example test the RP Pico on board LED. -//! -//! It does not work with the RP Pico W board. See wifi_blinky.rs. - #![no_std] #![no_main] mod config;