wozmon: make some room

This commit is contained in:
2025-09-16 20:07:59 +02:00
parent becc319419
commit c45a312dd0
2 changed files with 6 additions and 11 deletions

View File

@@ -106,7 +106,8 @@ void wozmon() {
uint32_t cur_addr = 0;
uint32_t cur_data = 0;
char inbuf[64] = {};
char inbuf[64];
inbuf[0] = 0;
char* inptr = inbuf;
while (1) {