Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Jan Kasprzak
tinyboard
Commits
8f7b420b
Commit
8f7b420b
authored
Apr 28, 2013
by
Jan Kasprzak
Browse files
logging.c: smaller log buffer for Tiny45
parent
a35da7a6
Changes
1
Hide whitespace changes
Inline
Side-by-side
projects/step-up/logging.c
View file @
8f7b420b
...
...
@@ -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
];
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment