cortex-m: remove owned interrupts.
This commit is contained in:
@ -30,3 +30,4 @@ debug = ["defmt-rtt", "defmt"]
|
||||
|
||||
[profile.release]
|
||||
debug = true
|
||||
opt-level = 's'
|
||||
|
@ -108,7 +108,7 @@ async fn main_task(spawner: Spawner) {
|
||||
info!("Closing the connection");
|
||||
socket.abort();
|
||||
info!("Flushing the RST out...");
|
||||
socket.flush().await;
|
||||
_ = socket.flush().await;
|
||||
info!("Finished with the socket");
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user