From 9d2091fbde3bd078f5cdd12b4d405a46147c4228 Mon Sep 17 00:00:00 2001 From: George Oikonomou Date: Sun, 29 Oct 2017 01:23:24 +0000 Subject: [PATCH] Remove platform-specific configuration --- examples/slip-radio/project-conf.h | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/examples/slip-radio/project-conf.h b/examples/slip-radio/project-conf.h index fc51e55ec..0c584724e 100644 --- a/examples/slip-radio/project-conf.h +++ b/examples/slip-radio/project-conf.h @@ -29,11 +29,6 @@ #ifndef PROJECT_CONF_H_ #define PROJECT_CONF_H_ - -#define QUEUEBUF_CONF_NUM 4 - -#define UIP_CONF_BUFFER_SIZE 140 - #define UIP_CONF_ROUTER 0 #define CMD_CONF_OUTPUT slip_radio_cmd_output @@ -53,7 +48,5 @@ #define NETSTACK_CONF_NETWORK slipnet_driver #define NETSTACK_CONF_FRAMER no_framer - -#define UART1_CONF_RX_WITH_DMA 1 - +/*---------------------------------------------------------------------------*/ #endif /* PROJECT_CONF_H_ */