add ringbuffer
This commit is contained in:
9
src/ringbuffer.h
Normal file
9
src/ringbuffer.h
Normal file
@ -0,0 +1,9 @@
|
||||
#ifndef _RINGBUFFER_H_
|
||||
#define _RINGBUFFER_H_
|
||||
|
||||
#include <stdint.h>
|
||||
|
||||
void ringbufferPut(uint32_t f);
|
||||
uint32_t ringbufferGet();
|
||||
|
||||
#endif // _RINGBUFFER_H_
|
Reference in New Issue
Block a user