From 13642acd29381df3197d7e334b0b0b307efab509 Mon Sep 17 00:00:00 2001 From: gdisirio Date: Sun, 12 Oct 2008 17:21:10 +0000 Subject: git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@462 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- ports/MSP430/msp430_serial.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ports/MSP430/msp430_serial.c b/ports/MSP430/msp430_serial.c index d77632d96..10512a283 100644 --- a/ports/MSP430/msp430_serial.c +++ b/ports/MSP430/msp430_serial.c @@ -74,6 +74,8 @@ interrupt(USART0RX_VECTOR) u0rxirq(void) { */ static void OutNotify1(void) { + if (!(U0IE & UTXIE0)) + U0TXBUF = (uint8_t)chFDDRequestDataI(&COM1); U0IE |= UTXIE0; } -- cgit v1.2.3