mirror of
https://github.com/embassy-rs/embassy.git
synced 2025-09-26 20:00:27 +00:00
Add print at loop start
This commit is contained in:
parent
c2ab23a59c
commit
46aba82996
@ -185,6 +185,7 @@ where
|
||||
let mut rx_buf = [0u8; MAX_SPI_BUFFER_SIZE];
|
||||
|
||||
loop {
|
||||
info!("[esp] loop");
|
||||
self.handshake.wait_for_high().await.unwrap();
|
||||
|
||||
let ioctl = self.shared.ioctl_wait_pending();
|
||||
|
Loading…
x
Reference in New Issue
Block a user