Add preliminary FreeRTOS support; Enforce CONFIG_* definitions.
[bertos.git] / drv / ser.h
index 358e2386e51de640ff1a4dccceaacbf0e45b3253..fd640b0044390d46b034779b143448dad239a931 100755 (executable)
--- a/drv/ser.h
+++ b/drv/ser.h
@@ -14,6 +14,9 @@
 
 /*#*
  *#* $Log$
+ *#* Revision 1.23  2005/11/27 23:33:40  bernie
+ *#* Use appconfig.h instead of cfg/config.h.
+ *#*
  *#* Revision 1.22  2005/11/04 16:20:02  bernie
  *#* Fix reference to README.devlib in header.
  *#*
@@ -83,8 +86,8 @@
 
 #include <mware/fifobuf.h>
 #include <cfg/compiler.h>
-#include <cfg/config.h>
 #include <cfg/macros.h> /* BV() */
+#include <appconfig.h>
 
 /*! \name Serial Error/status flags. */
 /*\{*/