Commit 8f7b420b authored by Jan Kasprzak's avatar Jan Kasprzak
Browse files

logging.c: smaller log buffer for Tiny45

parent a35da7a6
......@@ -5,7 +5,7 @@
#include "lights.h"
#define LOG_BUFFER 128
#define LOG_BUFFER 64
static unsigned char log_buffer_ee[LOG_BUFFER] EEMEM;
static unsigned char log_buffer_count;
static unsigned char log_buffer[LOG_BUFFER];
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment