1
0
Fork 0

Fixed param comment

development
Marco Paland 8 years ago
parent 80dd57309a
commit 9b7cc4837c

@ -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);

Loading…
Cancel
Save