increased buffer size
parent
163235bf0c
commit
824f409213
|
@ -67,7 +67,7 @@ void println()
|
||||||
|
|
||||||
/* ------------------------ line buffer ---------------------- */
|
/* ------------------------ line buffer ---------------------- */
|
||||||
|
|
||||||
#define LNBUFF_LEN 8
|
#define LNBUFF_LEN 128
|
||||||
|
|
||||||
/* the line buffer lenght must be a power of two */
|
/* the line buffer lenght must be a power of two */
|
||||||
static_assert(!(LNBUFF_LEN % 2), "Line buffer length is not a power of two!");
|
static_assert(!(LNBUFF_LEN % 2), "Line buffer length is not a power of two!");
|
||||||
|
|
Loading…
Reference in New Issue