From 9b7cc4837c77caa242e5b06ff29117ae874c6785 Mon Sep 17 00:00:00 2001 From: Marco Paland Date: Tue, 21 Nov 2017 14:46:36 +0100 Subject: [PATCH] Fixed param comment --- printf.h | 1 - 1 file changed, 1 deletion(-) 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);