A template for ring buffer implementation
Dependents: AwsomeStation LoRaBaseStation LoRaTerminal
Diff: RingBuffer.h
- Revision:
- 2:8949ad751081
- Parent:
- 1:5f641cf190da
- Child:
- 3:21ee07b29eb7
--- a/RingBuffer.h Sat Jul 23 07:39:05 2016 +0000 +++ b/RingBuffer.h Sat Jul 23 07:50:53 2016 +0000 @@ -1,5 +1,5 @@ -#ifndef BUFFER_H_ -#define BUFFER_H_ +#ifndef RINGBUFFER_H_ +#define RINGBUFFER_H_ #define DEFAULT_MAX_BUFFER_SZ 64