7 Jun 2012 10:54
[418a577] uart0.c: Removed leds debug output
Summary of changes: cpu/msp430/f2xxx/uart0.c | 2 -- 1 files changed, 0 insertions(+), 2 deletions(-) - Log ----------------------------------------------------------------- commit 418a5772e6fc68c5795e7196d63df40533f46e7a Author: Niclas Finne <nfi@...> Date: Thu Jun 7 10:35:22 2012 +0200 Removed leds debug output diff --git a/cpu/msp430/f2xxx/uart0.c b/cpu/msp430/f2xxx/uart0.c index d0ad497..5e3447d 100644 --- a/cpu/msp430/f2xxx/uart0.c +++ b/cpu/msp430/f2xxx/uart0.c <at> <at> -40,7 +40,6 <at> <at> #include "dev/uart0.h" #include "dev/watchdog.h" #include "lib/ringbuf.h" -#include "dev/leds.h" #include "isr_compat.h" static int (*uart0_input_handler)(unsigned char c); <at> <at> -144,7 +143,6 <at> <at> ISR(USCIAB0RX, uart0_rx_interrupt) uint8_t c; ENERGEST_ON(ENERGEST_TYPE_IRQ); - leds_toggle(LEDS_RED); if(UCA0STAT & UCRXERR) { c = UCA0RXBUF; /* Clear error flags by forcing a dummy read. */(Continue reading)
RSS Feed