prototype fix
This commit is contained in:
parent
fe3e0181d4
commit
6300c26921
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@
|
|||
/*===========================================================================*
|
||||
* ser_putc *
|
||||
*===========================================================================*/
|
||||
PUBLIC int ser_putc(char c)
|
||||
PUBLIC void ser_putc(char c)
|
||||
{
|
||||
unsigned long b;
|
||||
int i;
|
||||
|
|
Loading…
Reference in a new issue