From 242e02658fcafabbbfdb0e798bac1c66a4df0d82 Mon Sep 17 00:00:00 2001 From: George Oikonomou Date: Tue, 3 Apr 2012 14:43:23 +0100 Subject: [PATCH] The cc2530 UART driver was sending a 0 down the line on init --- cpu/cc253x/dev/uart0.c | 1 - 1 file changed, 1 deletion(-) diff --git a/cpu/cc253x/dev/uart0.c b/cpu/cc253x/dev/uart0.c index ba7856e77..85d0402c7 100644 --- a/cpu/cc253x/dev/uart0.c +++ b/cpu/cc253x/dev/uart0.c @@ -60,7 +60,6 @@ uart0_init() UART0_RX_EN(); UART0_RX_INT(1); - U0DBUF = 0; } /*---------------------------------------------------------------------------*/ /* Write one byte over the UART. */