aboutsummaryrefslogtreecommitdiffstats
path: root/ports/MSP430
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2009-02-06 20:34:05 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2009-02-06 20:34:05 +0000
commit77df449498effbd6083e82920bb2705fdee16343 (patch)
tree989b117217773a3c6eceb6210db2c3dd63edc595 /ports/MSP430
parent724de0c330e40a599896bf5bca119ab121c24382 (diff)
downloadChibiOS-77df449498effbd6083e82920bb2705fdee16343.tar.gz
ChibiOS-77df449498effbd6083e82920bb2705fdee16343.tar.bz2
ChibiOS-77df449498effbd6083e82920bb2705fdee16343.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@728 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'ports/MSP430')
-rw-r--r--ports/MSP430/msp430_serial.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/ports/MSP430/msp430_serial.c b/ports/MSP430/msp430_serial.c
index 81e09a195..c126b2239 100644
--- a/ports/MSP430/msp430_serial.c
+++ b/ports/MSP430/msp430_serial.c
@@ -84,10 +84,6 @@ CH_IRQ_HANDLER(USART0RX_VECTOR) {
CH_IRQ_EPILOGUE();
}
-/*
- * Invoked by the high driver when one or more bytes are inserted in the
- * output queue.
- */
static void OutNotify1(void) {
if (!(U0IE & UTXIE0)) {
@@ -163,10 +159,6 @@ CH_IRQ_HANDLER(USART1RX_VECTOR) {
CH_IRQ_EPILOGUE();
}
-/*
- * Invoked by the high driver when one or more bytes are inserted in the
- * output queue.
- */
static void OutNotify2(void) {
if (!(U1IE & UTXIE1)) {