Skip to content
Snippets Groups Projects
Commit 0f275618 authored by Federico Lolli's avatar Federico Lolli
Browse files

minor

parent 4a925e38
No related tags found
1 merge request!14Plot Enhancements and Major Refactor
#[derive(Debug)] #[derive(Debug)]
pub struct RingBuffer<const G: usize> { pub struct RingBuffer<const G: usize> {
buffer: Box<[u8; G]>, buffer: Box<[u8; G]>,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment