CHG ringbuffer delimiter to \r
This commit is contained in:
@ -26,7 +26,7 @@ extern "C" {
|
||||
#define STR(x) STR_HELPER(x)
|
||||
#endif
|
||||
#define VERSION_MAJOR 0
|
||||
#define VERSION_MINOR 5
|
||||
#define VERSION_MINOR 6
|
||||
#ifdef DEBUG
|
||||
#define VERSION_DEBUG ".D"
|
||||
#else
|
||||
|
@ -8,6 +8,10 @@
|
||||
#ifndef _INC_RINGBUF_H_
|
||||
#define _INC_RINGBUF_H_
|
||||
|
||||
/* Defines */
|
||||
/* <ENTER> given, was \n, should be \r */
|
||||
#define RINGBUF_DELIMITER '\r'
|
||||
|
||||
#define RING_STATISTICS_ENABLED 1
|
||||
|
||||
#define RINGBUF_MAX_READ_LEN 80
|
||||
|
Reference in New Issue
Block a user