Move SLIP interface define to project-conf
This commit is contained in:
parent
fa166116b7
commit
ecf8ca55ef
@ -51,4 +51,6 @@
|
|||||||
* Has no effect when building for the SmartRF. */
|
* Has no effect when building for the SmartRF. */
|
||||||
#define USB_SERIAL_CONF_BUFFERED 1
|
#define USB_SERIAL_CONF_BUFFERED 1
|
||||||
|
|
||||||
|
#define UIP_FALLBACK_INTERFACE slip_interface
|
||||||
|
|
||||||
#endif /* PROJECT_CONF_H_ */
|
#endif /* PROJECT_CONF_H_ */
|
||||||
|
@ -46,5 +46,6 @@
|
|||||||
#define VIZTOOL_MAX_PAYLOAD_LEN 120
|
#define VIZTOOL_MAX_PAYLOAD_LEN 120
|
||||||
#define SLIP_ARCH_CONF_ENABLE 1
|
#define SLIP_ARCH_CONF_ENABLE 1
|
||||||
#define LPM_CONF_MODE 0
|
#define LPM_CONF_MODE 0
|
||||||
|
#define UIP_FALLBACK_INTERFACE slip_interface
|
||||||
|
|
||||||
#endif /* PROJECT_CONF_H_ */
|
#endif /* PROJECT_CONF_H_ */
|
||||||
|
@ -73,7 +73,6 @@
|
|||||||
#undef UART0_CONF_WITH_INPUT
|
#undef UART0_CONF_WITH_INPUT
|
||||||
#define UART0_CONF_ENABLE 1
|
#define UART0_CONF_ENABLE 1
|
||||||
#define UART0_CONF_WITH_INPUT 1
|
#define UART0_CONF_WITH_INPUT 1
|
||||||
#define UIP_FALLBACK_INTERFACE slip_interface
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/* Output all captured frames over the UART in hexdump format */
|
/* Output all captured frames over the UART in hexdump format */
|
||||||
|
@ -73,7 +73,6 @@
|
|||||||
#undef UART_ONE_CONF_WITH_INPUT
|
#undef UART_ONE_CONF_WITH_INPUT
|
||||||
#define UART_ONE_CONF_ENABLE 1
|
#define UART_ONE_CONF_ENABLE 1
|
||||||
#define UART_ONE_CONF_WITH_INPUT 1
|
#define UART_ONE_CONF_WITH_INPUT 1
|
||||||
#define UIP_FALLBACK_INTERFACE slip_interface
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/* Output all captured frames over the UART in hexdump format */
|
/* Output all captured frames over the UART in hexdump format */
|
||||||
|
Loading…
Reference in New Issue
Block a user