diff options
author | Marco Paland <marco@paland.com> | 2017-11-21 14:46:36 +0100 |
---|---|---|
committer | Marco Paland <marco@paland.com> | 2017-11-21 14:46:36 +0100 |
commit | 9b7cc4837c77caa242e5b06ff29117ae874c6785 (patch) | |
tree | 9ae43abe628406600041d8035eedeffb55086e63 | |
parent | 80dd57309a4ada96611adb41472d083105c61daa (diff) | |
download | printf-9b7cc4837c77caa242e5b06ff29117ae874c6785.tar.gz printf-9b7cc4837c77caa242e5b06ff29117ae874c6785.tar.bz2 printf-9b7cc4837c77caa242e5b06ff29117ae874c6785.zip |
Fixed param comment
-rw-r--r-- | printf.h | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -44,7 +44,6 @@ extern "C" { * Output a character to a custom device like UART.
* This function is declared here only. You have to write your custom implementation somewhere.
* \param character to output
- * \return On success, the character written is returned
*/
void _putchar(char character);
|