aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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);