smaller log buffer

This commit is contained in:
gemu2015 2021-01-01 06:44:04 +01:00
parent 96ecffe571
commit 3ee92fb4ba
1 changed files with 1 additions and 1 deletions

View File

@ -824,7 +824,7 @@ void Dump2log(void) {
int16_t index=0,hcnt=0;
uint32_t d_lastms;
uint8_t dchars[16];
char log_data[LOGSZ]; // May be a lot smaller...
char log_data[128];
//if (!SML_SAVAILABLE) return;