feat: add no_std attribute
This commit is contained in:
parent
6093224fd8
commit
7996c794de
|
@ -1,5 +1,6 @@
|
||||||
// Thanks to Low Byte Productions, I like this channel.
|
// Thanks to Low Byte Productions, I like this channel.
|
||||||
// Youtube: https://www.youtube.com/watch?v=uIJnATS9j_0
|
// Youtube: https://www.youtube.com/watch?v=uIJnATS9j_0
|
||||||
|
#![no_std]
|
||||||
|
|
||||||
#[derive(Debug, Clone, Copy)]
|
#[derive(Debug, Clone, Copy)]
|
||||||
pub struct RingBuffer<const N: usize> {
|
pub struct RingBuffer<const N: usize> {
|
||||||
|
|
Loading…
Reference in New Issue