tests: nativenet: Add return for radio thread

This commit is contained in:
Martine Lenders 2014-08-27 11:23:23 +02:00
parent 93cff41607
commit c1971fb5a9

View File

@ -96,6 +96,8 @@ void *radio(void *arg)
puts("Unknown packet received");
}
}
return NULL;
}
void sender(void)