From a0e9f3680b86a16f3a2e3ee03cd62db4c82075bb Mon Sep 17 00:00:00 2001
From: Ludwig Ortmann <ludwig.ortmann@fu-berlin.de>
Date: Tue, 22 Apr 2014 15:05:35 +0200
Subject: [PATCH] core/doc: complete io.h

---
 core/include/io.h | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

diff --git a/core/include/io.h b/core/include/io.h
index dcc2d62bb0..97e0f39895 100644
--- a/core/include/io.h
+++ b/core/include/io.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2013 Freie Universität Berlin
+ * Copyright (C) 2014 Freie Universität Berlin
  *
  * This file subject to the terms and conditions of the GNU Lesser General
  * Public License. See the file LICENSE in the top level directory for more
@@ -22,6 +22,12 @@
 #ifndef IO_H
 #define IO_H
 
+/**
+ * @brief   Firmware putstring implementation
+ *
+ * @param[in] data  charachters to be written
+ * @param[in] count number of charachters to be written
+ */
 int fw_puts(char *data, int count);
 
 /** @} */
-- 
GitLab