Rm unnecessary uart commands

master-31012017
Jens Dede 2016-12-01 15:12:23 +01:00
parent 5e7acd4dc2
commit 0d3ff7b785
1 changed files with 0 additions and 7 deletions

View File

@ -40,9 +40,7 @@
#include <stdio.h>
#include <string.h>
/* Only for TMOTE Sky? */
#include "dev/serial-line.h"
#include "dev/uart1.h"
#include "net/ipv6/uip-ds6-route.h"
#define UDP_CLIENT_PORT 8765
@ -204,11 +202,6 @@ PROCESS_THREAD(udp_client_process, ev, data)
PRINTF(" local/remote port %u/%u\n",
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
powertrace_sniff(POWERTRACE_ON);
#endif