Use cfg instead appconfig in bertos modules. Reformat. Remove CVS logs.
[bertos.git] / bertos / drv / ser.c
index 0838bc1538855e6c58575d0c6107d16b2981c485..0a6705a7bd97352bc213eddcf0159ad9c424ea9b 100644 (file)
 #include "ser.h"
 #include "wdt.h"
 #include "ser_p.h"
-#include <mware/formatwr.h>
+
+#include <cfg/cfg_ser.h>
+#include <cfg/cfg_kern.h>
 #include <cfg/debug.h>
-#include <appconfig.h>
+
+#include <mware/formatwr.h>
 
 #include <string.h> /* memset */