CONFIG_WATCHDOG: New config option.
[bertos.git] / drv / ser_avr.c
index 646f3fe8d7c48c8a37e52fbe5fd38399704e6c39..e31a77dcb30794d165f53aab6e31833cb2d704c4 100755 (executable)
@@ -3,7 +3,7 @@
  * <!--
  * Copyright 2003, 2004 Develer S.r.l. (http://www.develer.com/)
  * Copyright 2000 Bernardo Innocenti <bernie@codewiz.org>
- * This file is part of DevLib - See devlib/README for information.
+ * This file is part of DevLib - See README.devlib for information.
  * -->
  *
  * \brief AVR UART and SPI I/O driver
 
 /*#*
  *#* $Log$
+ *#* Revision 1.28  2005/11/04 16:20:02  bernie
+ *#* Fix reference to README.devlib in header.
+ *#*
+ *#* Revision 1.27  2005/07/03 15:19:31  bernie
+ *#* Doxygen fix.
+ *#*
  *#* Revision 1.26  2005/04/11 19:10:27  bernie
  *#* Include top-level headers from cfg/ subdir.
  *#*
  */
 #ifndef SER_SPI_BUS_TXINIT
        /*!
-        * \def SER_SPI_BUS_TXINIT
-        *
         * Default TXINIT macro - invoked in spi_init()
         * The default is no action.
         */
 
 #ifndef SER_SPI_BUS_TXCLOSE
        /*!
-        * \def SER_SPI_BUS_TXCLOSE
-        *
         * Invoked after the last character has been transmitted.
         * The default is no action.
         */