Remove code references to unsupported platform

This commit is contained in:
George Oikonomou 2017-10-29 02:47:49 +00:00
parent 44fe7fa37b
commit a42c8570e8
1 changed files with 0 additions and 9 deletions

View File

@ -48,10 +48,6 @@
#include "dev/serial-line.h"
#include "serial-protocol.h"
#if CONTIKI_TARGET_WISMOTE
#include "dev/uart1.h"
#endif
#define DEBUG DEBUG_PRINT
#include "net/ipv6/uip-debug.h"
@ -219,11 +215,6 @@ setup_network(void)
int i;
uint8_t state;
#if CONTIKI_TARGET_WISMOTE
uart1_set_input(serial_line_input_byte);
serial_line_init();
#endif
#if UIP_CONF_ROUTER
/**
* The choice of server address determines its 6LoWPAN header compression.