Remove code that isn't used by the example

This commit is contained in:
Michael de Silva 2024-05-30 23:41:07 +05:30
parent 4d4cbc0dd3
commit f689b6ff62

View File

@ -27,11 +27,6 @@ async fn wifi_task(runner: cyw43::Runner<'static, Output<'static>, PioSpi<'stati
runner.run().await
}
#[embassy_executor::task]
async fn net_task(stack: &'static Stack<cyw43::NetDriver<'static>>) -> ! {
stack.run().await
}
#[embassy_executor::main]
async fn main(spawner: Spawner) {
info!("Hello World!");