aboutsummaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorkbleeke <[email protected]>2023-03-30 17:05:29 +0200
committerkbleeke <[email protected]>2023-04-28 21:28:59 +0200
commit2c5d94493c25792435102680fe8e659cc7dad9df (patch)
treebac666dbe8b406d0c1f249de6a8f3c7dc4b94731 /examples
parentc19de2984751ba6fa2972ee66cfa2a6310d5f0c1 (diff)
wifi scan ioctl
Diffstat (limited to 'examples')
-rw-r--r--examples/rpi-pico-w/src/main.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/examples/rpi-pico-w/src/main.rs b/examples/rpi-pico-w/src/main.rs
index d075aec2a..944beaac0 100644
--- a/examples/rpi-pico-w/src/main.rs
+++ b/examples/rpi-pico-w/src/main.rs
@@ -143,4 +143,3 @@ async fn main(spawner: Spawner) {
143 } 143 }
144 } 144 }
145} 145}
146