Skip to content
Snippets Groups Projects
Commit 9e432831 authored by Oleg Hahm's avatar Oleg Hahm
Browse files

examples: fix wording in warning

parent ddfc8832
No related branches found
No related tags found
No related merge requests found
......@@ -111,7 +111,7 @@ void *radio(void *arg)
puts("Transceiver buffer full");
}
else {
puts("Unknown packet received");
puts("Unknown message received");
}
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment