tread.h: Minor examples compile

This commit is contained in:
Raul Fuentes 2017-05-30 16:13:43 +02:00
parent 808b56c07f
commit f21d497be4

View File

@ -63,10 +63,13 @@
* Usage
* -----
* ~~~~~~~~~~~~~~~~~~~~~~~~ {.c}
* #include "thread.h"
*
* char rcv_thread_stack[THREAD_STACKSIZE_MAIN];
*
* void *rcv_thread(void *arg)
* {
* (void) arg;
* msg_t m;
*
* while (1) {