Disable example-defined putchar for 8051 platforms
This commit is contained in:
parent
ecf8ca55ef
commit
70d8bd71df
|
@ -62,6 +62,8 @@
|
|||
#define USB_SERIAL_CONF_BUFFERED 1
|
||||
#endif
|
||||
|
||||
#define SLIP_RADIO_CONF_NO_PUTCHAR 1
|
||||
|
||||
#if defined (UIP_FALLBACK_INTERFACE) || defined (CMD_CONF_OUTPUT)
|
||||
#define SLIP_ARCH_CONF_ENABLE 1
|
||||
#endif
|
||||
|
|
|
@ -62,6 +62,8 @@
|
|||
#define UART_ONE_CONF_HIGH_SPEED 0
|
||||
#endif
|
||||
|
||||
#define SLIP_RADIO_CONF_NO_PUTCHAR 1
|
||||
|
||||
#if defined (UIP_FALLBACK_INTERFACE) || defined (CMD_CONF_OUTPUT)
|
||||
#define SLIP_ARCH_CONF_ENABLE 1
|
||||
#endif
|
||||
|
|
Loading…
Reference in a new issue