This commit is contained in:
iceman1001 2017-09-26 17:02:18 +02:00
commit f054f5da32
3 changed files with 4 additions and 4 deletions

View file

@ -794,7 +794,7 @@ int EM4x50Read(const char *Cmd, bool verbose) {
char tmp2[20];
int phaseoff;
high = low = 0;
memset(tmpbuff, 0, MAX_GRAPH_TRACE_LEN / 64);
memset(tmpbuff, 0, sizeof(tmpbuff) );
// get user entry if any
sscanf(Cmd, "%i %i", &clk, &invert);