Fix Doxygen tags.
[bertos.git] / drv / ser.h
index ad43d47cf8238eade0a5315d259f68a69bec37f3..167bb959073c7a0a89d87fec58e782d4c47539dc 100755 (executable)
--- a/drv/ser.h
+++ b/drv/ser.h
@@ -14,6 +14,9 @@
 
 /*#*
  *#* $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.
  *#*
@@ -146,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