aboutsummaryrefslogtreecommitdiff
path: root/embassy-net-esp-hosted/src/ioctl.rs
diff options
context:
space:
mode:
Diffstat (limited to 'embassy-net-esp-hosted/src/ioctl.rs')
-rw-r--r--embassy-net-esp-hosted/src/ioctl.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/embassy-net-esp-hosted/src/ioctl.rs b/embassy-net-esp-hosted/src/ioctl.rs
index 7f462d528..8b9d582be 100644
--- a/embassy-net-esp-hosted/src/ioctl.rs
+++ b/embassy-net-esp-hosted/src/ioctl.rs
@@ -106,7 +106,6 @@ impl Shared {
106 let mut this = self.0.borrow_mut(); 106 let mut this = self.0.borrow_mut();
107 this.is_ota = true; 107 this.is_ota = true;
108 this.is_init = false; 108 this.is_init = false;
109 this.runner_waker.wake();
110 } 109 }
111 110
112 // check if ota is in progress 111 // check if ota is in progress