remove unused logging
This commit is contained in:
parent
a07702ba7b
commit
b07570fce5
1 changed files with 0 additions and 3 deletions
|
@ -335,8 +335,6 @@ impl<'d, T: Instance> Radio<'d, T> {
|
||||||
}
|
}
|
||||||
|
|
||||||
async fn trigger_and_wait_end(&mut self, trigger: impl FnOnce()) {
|
async fn trigger_and_wait_end(&mut self, trigger: impl FnOnce()) {
|
||||||
//self.trace_state();
|
|
||||||
|
|
||||||
let r = T::regs();
|
let r = T::regs();
|
||||||
let s = T::state();
|
let s = T::state();
|
||||||
|
|
||||||
|
@ -366,7 +364,6 @@ impl<'d, T: Instance> Radio<'d, T> {
|
||||||
|
|
||||||
// Trigger the transmission
|
// Trigger the transmission
|
||||||
trigger();
|
trigger();
|
||||||
// self.trace_state();
|
|
||||||
|
|
||||||
// On poll check if interrupt happen
|
// On poll check if interrupt happen
|
||||||
poll_fn(|cx| {
|
poll_fn(|cx| {
|
||||||
|
|
Loading…
Add table
Reference in a new issue