aboutsummaryrefslogtreecommitdiffstats
path: root/printf.h
diff options
context:
space:
mode:
authorMarco Paland <marco@paland.com>2017-11-21 14:46:36 +0100
committerMarco Paland <marco@paland.com>2017-11-21 14:46:36 +0100
commit9b7cc4837c77caa242e5b06ff29117ae874c6785 (patch)
tree9ae43abe628406600041d8035eedeffb55086e63 /printf.h
parent80dd57309a4ada96611adb41472d083105c61daa (diff)
downloadprintf-9b7cc4837c77caa242e5b06ff29117ae874c6785.tar.gz
printf-9b7cc4837c77caa242e5b06ff29117ae874c6785.tar.bz2
printf-9b7cc4837c77caa242e5b06ff29117ae874c6785.zip
Fixed param comment
Diffstat (limited to 'printf.h')
-rw-r--r--printf.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/printf.h b/printf.h
index 4ddaa95..37d93dd 100644
--- a/printf.h
+++ b/printf.h
@@ -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);