Use appconfig.h instead of cfg/config.h.
[bertos.git] / drv / ser_avr.c
index 05c93943cb020c223f263fbee8c1dd639ea5a41e..ac31b3fcc85f95546a56e0f1f7162370f993a86e 100755 (executable)
 
 /*#*
  *#* $Log$
+ *#* 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.
+ *#*
  *#* Revision 1.25  2005/01/25 08:37:26  bernie
  *#* CONFIG_SER_HWHANDSHAKE fixes.
  *#*
 
 #include "ser.h"
 #include "ser_p.h"
-#include "config.h"
+#include <cfg/config.h>
 #include "hw.h"  /* Required for bus macros overrides */
 
-#include <debug.h>
+#include <cfg/debug.h>
 #include <drv/timer.h>
 #include <mware/fifobuf.h>
 
  */
 #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.
         */