From: Jan "Yenya" Kasprzak Date: Sun, 28 Apr 2013 16:13:48 +0000 (+0200) Subject: logging.c: smaller log buffer for Tiny45 X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?p=tinyboard.git;a=commitdiff_plain;h=8f7b420bf4ffc810131a569425b55c9ff7994de1 logging.c: smaller log buffer for Tiny45 --- diff --git a/projects/step-up/logging.c b/projects/step-up/logging.c index 2b8d242..001a404 100644 --- a/projects/step-up/logging.c +++ b/projects/step-up/logging.c @@ -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];