Skip to content
Snippets Groups Projects
Commit ae36bd05 authored by fortissBot's avatar fortissBot
Browse files

LRF: removed terminating zero

refs 7956
parent 1f10daad
No related branches found
No related tags found
No related merge requests found
......@@ -96,7 +96,6 @@ int uart_receive(char *c, int bufLen, int printt) {
if (printt)
printf("[%s] No data to receive \n", port);
} else {
c[n_read] = '\0';
if (printt) {
printf("[%s] %i Bytes received: 0x", port, n_read);
int i;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment