Specific the directory for all hw and cfg module. Use double quote for cfg and hw...
[bertos.git] / bertos / mware / formatwr.h
index 5854bd4aa6d3123d6448cdc1b13ca7f4d9ea5aa3..99fcfd7104957bc2075be761f686ea4463e7a389 100644 (file)
 #ifndef MWARE_FORMATWR_H
 #define MWARE_FORMATWR_H
 
-#include <stdarg.h> /* va_list */
-#include <appconfig.h>
+#include "cfg/cfg_formatwr.h"
+
 #include <cpu/attr.h>    /* CPU_HARVARD */
 
+#include <stdarg.h>      /* va_list */
+
 /**
  * \name _formatted_write() configuration
  * \{