mirror of
https://github.com/espressif/openthread.git
synced 2026-08-23 18:59:51 +00:00
[posix] fixed trivial typographical error (#2715)
This commit is contained in:
committed by
Jonathan Hui
parent
243642272a
commit
b76f72e1ac
@@ -678,7 +678,7 @@ void radioTransmit(struct RadioMessage *aMessage, const struct otRadioFrame *aFr
|
||||
|
||||
if (rval < 0)
|
||||
{
|
||||
perror("recvfrom");
|
||||
perror("sendto");
|
||||
exit(EXIT_FAILURE);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user