@@ -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) {
The note is not visible to the blocked user.