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 3fc53f8 commit c4dd1ecCopy full SHA for c4dd1ec
embedded-command/src/command_buffer.rs
@@ -6,6 +6,7 @@ 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