aboutsummaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorMichael de Silva <[email protected]>2024-05-30 23:41:07 +0530
committerDario Nieuwenhuis <[email protected]>2024-12-03 00:45:35 +0100
commit52ac74982d412a80409858e9b10479812d71cb82 (patch)
treed6a47c065a679577b8263f8aec472d103a7e107b /examples
parent4b901f9a5b6706841c01dfea149504bc8abf33eb (diff)
Remove code that isn't used by the example
Diffstat (limited to 'examples')
-rw-r--r--examples/rp/src/bin/wifi_scan.rs5
1 files changed, 0 insertions, 5 deletions
diff --git a/examples/rp/src/bin/wifi_scan.rs b/examples/rp/src/bin/wifi_scan.rs
index 434f0074c..2ef899080 100644
--- a/examples/rp/src/bin/wifi_scan.rs
+++ b/examples/rp/src/bin/wifi_scan.rs
@@ -26,11 +26,6 @@ async fn cyw43_task(runner: cyw43::Runner<'static, Output<'static>, PioSpi<'stat
26 runner.run().await 26 runner.run().await
27} 27}
28 28
29#[embassy_executor::task]
30async fn net_task(mut runner: embassy_net::Runner<'static, cyw43::NetDriver<'static>>) -> ! {
31 runner.run().await
32}
33
34#[embassy_executor::main] 29#[embassy_executor::main]
35async fn main(spawner: Spawner) { 30async fn main(spawner: Spawner) {
36 info!("Hello World!"); 31 info!("Hello World!");