Skip to content
Snippets Groups Projects
Commit a0e9f368 authored by Ludwig Knüpfer's avatar Ludwig Knüpfer
Browse files

core/doc: complete io.h

parent c42a5618
No related branches found
No related tags found
No related merge requests found
/* /*
* 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 * 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 * Public License. See the file LICENSE in the top level directory for more
...@@ -22,6 +22,12 @@ ...@@ -22,6 +22,12 @@
#ifndef IO_H #ifndef IO_H
#define 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); int fw_puts(char *data, int count);
/** @} */ /** @} */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment