Save some more RAM on AVR.
[bertos.git] / drv / ser.h
index 738c572b92cdc35fe77d10d7a4593cfe4c8d6b83..167bb959073c7a0a89d87fec58e782d4c47539dc 100755 (executable)
--- a/drv/ser.h
+++ b/drv/ser.h
 
 /*#*
  *#* $Log$
+ *#* Revision 1.17  2004/11/16 21:54:56  bernie
+ *#* Changes for SC Monoboard support.
+ *#*
+ *#* Revision 1.16  2004/10/19 11:48:05  bernie
+ *#* Reformat.
+ *#*
  *#* Revision 1.15  2004/10/19 08:11:53  bernie
  *#* SERRF_TX, SERRF_RX: New macros; Enhance documentation.
  *#*
@@ -92,7 +98,7 @@
 
        /*
         * Hardware errors.
-         * These flags map directly to the SCI Control Register.
+        * These flags map directly to the SCI Control Register.
         */
        #define SERRF_PARITYERROR    BV(8)  /*!< Parity error */
        #define SERRF_FRAMEERROR     BV(9)  /*!< Stop bit missing */
@@ -143,8 +149,10 @@ enum
        SER_UART0,
        SER_SPI,
 #elif CPU_DSP56K
+       // \todo since we now support "fake" multiplexed serials, this should be moved to hw.h
        SER_UART0,
-       SER_UART1,
+       SER_PUNTALI,
+       SER_BARCODE,
 #else
        #error unknown architecture
 #endif