Specific the directory for all hw and cfg module. Use double quote for cfg and hw...
[bertos.git] / bertos / drv / ser.c
index 0838bc1538855e6c58575d0c6107d16b2981c485..558c1ba342018e36e0dbe8d6fc79def2ed3d70e2 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 */