diff options
Diffstat (limited to 'embassy-stm32-wpan/src/wb55/mod.rs')
| -rw-r--r-- | embassy-stm32-wpan/src/wb55/mod.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/embassy-stm32-wpan/src/wb55/mod.rs b/embassy-stm32-wpan/src/wb55/mod.rs index 95cfe09f1..814303a05 100644 --- a/embassy-stm32-wpan/src/wb55/mod.rs +++ b/embassy-stm32-wpan/src/wb55/mod.rs | |||
| @@ -176,7 +176,7 @@ impl<'d> TlMbox<'d> { | |||
| 176 | let mm = sub::mm::MemoryManager::new(ipcc_mm_release_buffer_channel); | 176 | let mm = sub::mm::MemoryManager::new(ipcc_mm_release_buffer_channel); |
| 177 | let mut sys = sub::sys::Sys::new(ipcc_system_cmd_rsp_channel, ipcc_system_event_channel); | 177 | let mut sys = sub::sys::Sys::new(ipcc_system_cmd_rsp_channel, ipcc_system_event_channel); |
| 178 | 178 | ||
| 179 | debug!("sys event: {}", sys.read().await.payload()); | 179 | debug!("sys event: {}", sys.read_ready().await); |
| 180 | 180 | ||
| 181 | Self { | 181 | Self { |
| 182 | sys_subsystem: sys, | 182 | sys_subsystem: sys, |
