reduce RAM usage on SH3 (limited ram segment)

This commit is contained in:
Lephenixnoir 2022-10-09 18:13:01 +02:00
parent be35b44139
commit 33cb3fc698
Signed by: Lephenixnoir
GPG Key ID: 1BBA026E13FC0495
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@
#define USB SH7305_USB
/* USB log buffer */
#define LOG_SIZE _(1024, 4096)
#define LOG_SIZE _(768, 4096)
static char log_buffer[LOG_SIZE];
static int log_pos;
static int const log_lines = _(8,15);