Remove code references to unsupported platform
This commit is contained in:
parent
44fe7fa37b
commit
a42c8570e8
@ -48,10 +48,6 @@
|
|||||||
#include "dev/serial-line.h"
|
#include "dev/serial-line.h"
|
||||||
#include "serial-protocol.h"
|
#include "serial-protocol.h"
|
||||||
|
|
||||||
#if CONTIKI_TARGET_WISMOTE
|
|
||||||
#include "dev/uart1.h"
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#define DEBUG DEBUG_PRINT
|
#define DEBUG DEBUG_PRINT
|
||||||
#include "net/ipv6/uip-debug.h"
|
#include "net/ipv6/uip-debug.h"
|
||||||
|
|
||||||
@ -219,11 +215,6 @@ setup_network(void)
|
|||||||
int i;
|
int i;
|
||||||
uint8_t state;
|
uint8_t state;
|
||||||
|
|
||||||
#if CONTIKI_TARGET_WISMOTE
|
|
||||||
uart1_set_input(serial_line_input_byte);
|
|
||||||
serial_line_init();
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#if UIP_CONF_ROUTER
|
#if UIP_CONF_ROUTER
|
||||||
/**
|
/**
|
||||||
* The choice of server address determines its 6LoWPAN header compression.
|
* The choice of server address determines its 6LoWPAN header compression.
|
||||||
|
Loading…
Reference in New Issue
Block a user