Use cfg instead appconfig in bertos modules. Reformat. Remove CVS logs.
[bertos.git] / bertos / mware / formatwr.c
index 6353e1f1347cdda23dd1e08389896b5d1c0dc130..b87a904cbe5c0e5fa65df69c33c957fc7b584af0 100644 (file)
 
 
 #include "formatwr.h"
+
+#include <cfg/cfg_formatwr.h>  /* CONFIG_ macros */
+#include <cfg/debug.h>         /* ASSERT */
+
 #include <mware/pgm.h>
 #include <mware/hex.h>
-#include <cfg/debug.h> /* ASSERT */
-#include <appconfig.h> /* CONFIG_ macros */
 
 #ifndef CONFIG_PRINTF_N_FORMATTER
        /** Disable the arcane %n formatter. */