diff options
Diffstat (limited to 'printf.h')
-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);
|