Skip to content
Snippets Groups Projects
Commit 414f15b2 authored by Stephen D's avatar Stephen D
Browse files

rx impl debug

parent b33603cc
Branches master
No related tags found
1 merge request!2Variable packet length
Pipeline #3370 passed
#[derive(Debug, Clone)]
pub struct RxPacket<const N: usize> {
data: [u8; N],
i: usize,
......
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