mirror of
https://github.com/skot/ESP-Miner.git
synced 2025-06-01 21:49:23 +02:00
fix memset buf
This commit is contained in:
parent
2653c8c046
commit
064b89207f
@ -94,7 +94,7 @@ void SERIAL_debug_rx(void)
|
||||
return;
|
||||
}
|
||||
|
||||
memset(buf, 0, 1024);
|
||||
memset(buf, 0, 100);
|
||||
}
|
||||
|
||||
void SERIAL_clear_buffer(void)
|
||||
|
Loading…
x
Reference in New Issue
Block a user