Rm unnecessary uart commands
This commit is contained in:
parent
5e7acd4dc2
commit
0d3ff7b785
|
@ -40,9 +40,7 @@
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
|
|
||||||
/* Only for TMOTE Sky? */
|
|
||||||
#include "dev/serial-line.h"
|
#include "dev/serial-line.h"
|
||||||
#include "dev/uart1.h"
|
|
||||||
#include "net/ipv6/uip-ds6-route.h"
|
#include "net/ipv6/uip-ds6-route.h"
|
||||||
|
|
||||||
#define UDP_CLIENT_PORT 8765
|
#define UDP_CLIENT_PORT 8765
|
||||||
|
@ -204,11 +202,6 @@ PROCESS_THREAD(udp_client_process, ev, data)
|
||||||
PRINTF(" local/remote port %u/%u\n",
|
PRINTF(" local/remote port %u/%u\n",
|
||||||
UIP_HTONS(client_conn->lport), UIP_HTONS(client_conn->rport));
|
UIP_HTONS(client_conn->lport), UIP_HTONS(client_conn->rport));
|
||||||
|
|
||||||
/* initialize serial line */
|
|
||||||
uart1_set_input(serial_line_input_byte);
|
|
||||||
serial_line_init();
|
|
||||||
|
|
||||||
|
|
||||||
#if WITH_COMPOWER
|
#if WITH_COMPOWER
|
||||||
powertrace_sniff(POWERTRACE_ON);
|
powertrace_sniff(POWERTRACE_ON);
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in a new issue