Move SLIP interface define to project-conf

This commit is contained in:
George Oikonomou 2013-03-23 15:00:05 +00:00 committed by George Oikonomou
parent fa166116b7
commit ecf8ca55ef
4 changed files with 3 additions and 2 deletions

View File

@ -51,4 +51,6 @@
* Has no effect when building for the SmartRF. */
#define USB_SERIAL_CONF_BUFFERED 1
#define UIP_FALLBACK_INTERFACE slip_interface
#endif /* PROJECT_CONF_H_ */

View File

@ -46,5 +46,6 @@
#define VIZTOOL_MAX_PAYLOAD_LEN 120
#define SLIP_ARCH_CONF_ENABLE 1
#define LPM_CONF_MODE 0
#define UIP_FALLBACK_INTERFACE slip_interface
#endif /* PROJECT_CONF_H_ */

View File

@ -73,7 +73,6 @@
#undef UART0_CONF_WITH_INPUT
#define UART0_CONF_ENABLE 1
#define UART0_CONF_WITH_INPUT 1
#define UIP_FALLBACK_INTERFACE slip_interface
#endif
/* Output all captured frames over the UART in hexdump format */

View File

@ -73,7 +73,6 @@
#undef UART_ONE_CONF_WITH_INPUT
#define UART_ONE_CONF_ENABLE 1
#define UART_ONE_CONF_WITH_INPUT 1
#define UIP_FALLBACK_INTERFACE slip_interface
#endif
/* Output all captured frames over the UART in hexdump format */