mirror of
https://github.com/ARM-software/workload-automation.git
synced 2025-01-31 02:01:16 +00:00
Fixed an error emptying the reading buffer of the poller
Fixed identation Fixed identation
This commit is contained in:
parent
4a9a2ad105
commit
7cd7b73f58
Binary file not shown.
Binary file not shown.
@ -196,7 +196,7 @@ int main(int argc, char ** argv) {
|
|||||||
|
|
||||||
strip(buf);
|
strip(buf);
|
||||||
printf(",%s", buf);
|
printf(",%s", buf);
|
||||||
buf[0] = '\0'; // "Empty" buffer
|
memset(buf, 0, sizeof(buf)); // "Empty" buffer
|
||||||
}
|
}
|
||||||
printf("\n");
|
printf("\n");
|
||||||
usleep(interval);
|
usleep(interval);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user