We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c4dd1ec commit c7a6f75Copy full SHA for c7a6f75
embedded-command/src/command_buffer.rs
@@ -6,7 +6,6 @@ pub mod error {
6
pub struct Overflow;
7
}
8
9
-#[cfg_attr(feature = "defmt", derive(defmt::Format))]
10
pub struct CommandBuffer<const N: usize> {
11
buf: [MaybeUninit<u8>; N],
12
start_cursor: usize,
0 commit comments