mirror of
https://github.com/oliverschmidt/contiki.git
synced 2025-08-15 12:27:50 +00:00
Auto-enable SLIP for 8051-based platforms
This commit is contained in:
committed by
George Oikonomou
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 */
|
||||
|
Reference in New Issue
Block a user