Skip to content

Commit f2d2acd

Browse files
authored
Fix CI
1 parent c21bb1e commit f2d2acd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/light_wifi.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ mod example {
101101
let sysloop = EspSystemEventLoop::take()?;
102102
let timers = EspTaskTimerService::new()?;
103103
let nvs = EspDefaultNvsPartition::take()?;
104-
let peripherals = Peripherals::take()?;
104+
let mut peripherals = Peripherals::take()?;
105105

106106
let mounted_event_fs = Arc::new(MountedEventfs::mount(3)?);
107107
init_async_io(mounted_event_fs.clone())?;

0 commit comments

Comments
 (0)