Specific the directory for all hw and cfg module. Use double quote for cfg and hw...
[bertos.git] / bertos / drv / kbd.c
index cc623c6a82e6e04210af5c0371dd0231d3276620..d592f069df8731a3739d721fdaccc382ea86eb98 100644 (file)
@@ -41,9 +41,9 @@
  *
  */
 
-#include "hw_kbd.h"
+#include "hw/hw_kbd.h"
 
-#include <cfg/cfg_kbd.h>
+#include "cfg/cfg_kbd.h"
 #include <cfg/debug.h>
 #include <cfg/module.h>