Specific the directory for all hw and cfg module. Use double quote for cfg and hw...
[bertos.git] / bertos / drv / ser.c
index 0a6705a7bd97352bc213eddcf0159ad9c424ea9b..558c1ba342018e36e0dbe8d6fc79def2ed3d70e2 100644 (file)
@@ -55,8 +55,8 @@
 #include "wdt.h"
 #include "ser_p.h"
 
-#include <cfg/cfg_ser.h>
-#include <cfg/cfg_kern.h>
+#include "cfg/cfg_ser.h"
+#include "cfg/cfg_kern.h"
 #include <cfg/debug.h>
 
 #include <mware/formatwr.h>