Disable example-defined putchar for 8051 platforms

This commit is contained in:
George Oikonomou 2013-03-23 15:01:30 +00:00 committed by George Oikonomou
parent ecf8ca55ef
commit 70d8bd71df
2 changed files with 4 additions and 0 deletions

View File

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

View File

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