moved config file

This commit is contained in:
joxe 2010-10-21 18:23:44 +00:00
parent 9cb830ed37
commit aefd88c110
2 changed files with 3 additions and 4 deletions

View file

@ -26,7 +26,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE. * SUCH DAMAGE.
* *
* $Id: project-router-conf.h,v 1.5 2010/08/24 17:54:56 joxe Exp $ * $Id: project-conf.h,v 1.1 2010/10/21 18:23:44 joxe Exp $
*/ */
#ifndef __PROJECT_ROUTER_CONF_H__ #ifndef __PROJECT_ROUTER_CONF_H__
@ -36,7 +36,7 @@
#define UIP_FALLBACK_INTERFACE rpl_interface #define UIP_FALLBACK_INTERFACE rpl_interface
#undef QUEUEBUF_CONF_NUM #undef QUEUEBUF_CONF_NUM
#define QUEUEBUF_CONF_NUM 6 #define QUEUEBUF_CONF_NUM 4
#undef UIP_CONF_BUFFER_SIZE #undef UIP_CONF_BUFFER_SIZE
#define UIP_CONF_BUFFER_SIZE 140 #define UIP_CONF_BUFFER_SIZE 140

View file

@ -26,7 +26,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE. * SUCH DAMAGE.
* *
* $Id: slip-bridge.c,v 1.3 2010/06/08 19:53:49 nifi Exp $ * $Id: slip-bridge.c,v 1.4 2010/10/21 18:23:44 joxe Exp $
*/ */
/** /**
@ -41,7 +41,6 @@
#include "net/uip.h" #include "net/uip.h"
#include "net/uip-ds6.h" #include "net/uip-ds6.h"
#include "net/rpl/rpl.h"
#include "dev/slip.h" #include "dev/slip.h"
#include "dev/uart1.h" #include "dev/uart1.h"
#include <string.h> #include <string.h>