We can now turn off example-provided putchars
This commit is contained in:
parent
326781ef43
commit
de251aeb85
2 changed files with 4 additions and 0 deletions
|
@ -118,6 +118,7 @@ output(void)
|
|||
}
|
||||
|
||||
/*---------------------------------------------------------------------------*/
|
||||
#if !SLIP_BRIDGE_CONF_NO_PUTCHAR
|
||||
#undef putchar
|
||||
int
|
||||
putchar(int c)
|
||||
|
@ -145,6 +146,7 @@ putchar(int c)
|
|||
}
|
||||
return c;
|
||||
}
|
||||
#endif
|
||||
/*---------------------------------------------------------------------------*/
|
||||
const struct uip_fallback_interface rpl_interface = {
|
||||
init, output
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue