1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-29 16:31:18 +01:00

tests/periph_uart_int: fixed formatting

This commit is contained in:
Hauke Petersen 2014-09-25 17:47:18 +02:00 committed by Hauke Petersen
parent 2bab8aed2e
commit 7d8e9def20

View File

@ -123,8 +123,6 @@ int main(void)
int res = ringbuffer_get(&rx_buf, buf, rx_buf.avail);
buf[res] = '\0';
printf("%s", buf);
}
return 0;