Add hack to enable TX line at module initialization.
[bertos.git] / cfg / macros.h
index 85fb97af6f960dcbc5a781eafcd89e272379deda..6dd62487dace13b6f4317414ec11194297b2297b 100755 (executable)
@@ -14,6 +14,9 @@
 
 /*#*
  *#* $Log$
+ *#* Revision 1.2  2005/04/11 19:10:27  bernie
+ *#* Include top-level headers from cfg/ subdir.
+ *#*
  *#* Revision 1.1  2005/04/11 19:04:13  bernie
  *#* Move top-level headers to cfg/ subdir.
  *#*
@@ -67,7 +70,7 @@
 #ifndef MACROS_H
 #define MACROS_H
 
-#include <compiler.h>
+#include <cfg/compiler.h>
 
 /* avr-gcc does not seem to support libstdc++ */
 #if defined(__cplusplus) && !CPU_AVR