Don't assume the platform will provide uart1.h

This commit is contained in:
George Oikonomou 2017-10-29 03:06:14 +00:00
parent d9ae1118ef
commit 3460a4c735

View File

@ -41,7 +41,6 @@
#include "net/ipv6/uip.h"
#include "net/ipv6/uip-ds6.h"
#include "dev/slip.h"
#include "dev/uart1.h"
#include <string.h>
#define UIP_IP_BUF ((struct uip_ip_hdr *)&uip_buf[UIP_LLH_LEN])