Specific the directory for all hw and cfg module. Use double quote for cfg and hw...
[bertos.git] / bertos / drv / kbd.h
index f73487522ee1491079ac04eef1878a39372fa3f7..733baa8961dc37929cd47205b5b8d9ea118baa27 100644 (file)
@@ -42,9 +42,9 @@
 #ifndef DRV_KBD_H
 #define DRV_KBD_H
 
-#include "kbd_map.h"
+#include "hw/kbd_map.h"
 
-#include <cfg/cfg_kbd.h> // CONFIG_KBD_OBSERVER
+#include "cfg/cfg_kbd.h" // CONFIG_KBD_OBSERVER
 #include <cfg/compiler.h>
 
 #include <mware/list.h>