From f21d497be44ae5dedf402954500bbf15bf3b0395 Mon Sep 17 00:00:00 2001
From: Raul Fuentes <ra.fuentes.sam@gmail.com>
Date: Tue, 30 May 2017 16:13:43 +0200
Subject: [PATCH] tread.h: Minor examples compile

---
 core/include/thread.h | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/core/include/thread.h b/core/include/thread.h
index ffdc77dfd0..00e9c34477 100644
--- a/core/include/thread.h
+++ b/core/include/thread.h
@@ -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) {
-- 
GitLab