1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-24 22:13:52 +01:00

dist/tools/tunslip: tapslip6: fix unusedVariable

This commit is contained in:
Matthias Kolja Miehl 2016-08-21 17:25:41 +02:00
parent 8cb5624655
commit 5456d6e2d2

View File

@ -299,7 +299,7 @@ void
write_to_serial(int outfd, void *inbuf, int len)
{
u_int8_t *p = inbuf;
int i, ecode;
int i;
/* printf("Got packet of length %d - write SLIP\n", len);*/
/* print_packet(p, len);*/