diff --git a/org.fortiss.af3.platform.raspberry/trunk/lib/src/libuart.c b/org.fortiss.af3.platform.raspberry/trunk/lib/src/libuart.c index 28f6b5497888473aa9f3bd279ef356edba863fc9..ca027e83e084cd3fb81452785d970e0f06fcba1b 100644 --- a/org.fortiss.af3.platform.raspberry/trunk/lib/src/libuart.c +++ b/org.fortiss.af3.platform.raspberry/trunk/lib/src/libuart.c @@ -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;