1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-17 04:52:59 +01:00

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) {