prototype fix
This commit is contained in:
parent
fe3e0181d4
commit
6300c26921
|
|
@ -9,7 +9,7 @@
|
||||||
/*===========================================================================*
|
/*===========================================================================*
|
||||||
* ser_putc *
|
* ser_putc *
|
||||||
*===========================================================================*/
|
*===========================================================================*/
|
||||||
PUBLIC int ser_putc(char c)
|
PUBLIC void ser_putc(char c)
|
||||||
{
|
{
|
||||||
unsigned long b;
|
unsigned long b;
|
||||||
int i;
|
int i;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user