Skip to content

Commit c7a6f75

Browse files
committed
deriving Format for cmd buf is not possible
1 parent c4dd1ec commit c7a6f75

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

embedded-command/src/command_buffer.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ pub mod error {
66
pub struct Overflow;
77
}
88

9-
#[cfg_attr(feature = "defmt", derive(defmt::Format))]
109
pub struct CommandBuffer<const N: usize> {
1110
buf: [MaybeUninit<u8>; N],
1211
start_cursor: usize,

0 commit comments

Comments
 (0)