diff --git a/src/structures/ring_buffer.rs b/src/structures/ring_buffer.rs index f5681f6..4483fe8 100644 --- a/src/structures/ring_buffer.rs +++ b/src/structures/ring_buffer.rs @@ -109,14 +109,14 @@ where crate::_priv_write_bytes::
(data);
}
+ #[inline(never)]
fn write_bytes(&self, transmit_data: &mut RingBuffer ()
}
+ #[inline(never)]
fn read_bytes(&self, recieve_data: &mut RingBuffer