extras: fix build with defmt
This commit is contained in:
parent
402f7f1886
commit
75c5bb19d8
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
use crate::fmt::assert;
|
||||
use crate::fmt::{assert, *};
|
||||
|
||||
pub struct RingBuffer<'a> {
|
||||
buf: &'a mut [u8],
|
||||
|
|
Loading…
Reference in a new issue