Auto-enable SLIP for 8051-based platforms
This commit is contained in:
parent
0a7094bc39
commit
fa166116b7
|
@ -62,6 +62,10 @@
|
|||
#define USB_SERIAL_CONF_BUFFERED 1
|
||||
#endif
|
||||
|
||||
#if defined (UIP_FALLBACK_INTERFACE) || defined (CMD_CONF_OUTPUT)
|
||||
#define SLIP_ARCH_CONF_ENABLE 1
|
||||
#endif
|
||||
|
||||
/* Are we a SLIP bridge? */
|
||||
#if SLIP_ARCH_CONF_ENABLE
|
||||
/* Make sure the UART is enabled, with interrupts */
|
||||
|
|
|
@ -62,6 +62,10 @@
|
|||
#define UART_ONE_CONF_HIGH_SPEED 0
|
||||
#endif
|
||||
|
||||
#if defined (UIP_FALLBACK_INTERFACE) || defined (CMD_CONF_OUTPUT)
|
||||
#define SLIP_ARCH_CONF_ENABLE 1
|
||||
#endif
|
||||
|
||||
/* Are we a SLIP bridge? */
|
||||
#if SLIP_ARCH_CONF_ENABLE
|
||||
/* Make sure UART1 is enabled, with interrupts */
|
||||
|
|
Loading…
Reference in a new issue