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:
parent
808b56c07f
commit
f21d497be4
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user