Specific the directory for all hw and cfg module. Use double quote for cfg and hw...
[bertos.git] / bertos / hw / hw_kbd.h
index 654e830fcf0a3d764a4f5b578f7f332103507caa..e116d44bdb1e5b68b58a360b78188c904413bc38 100644 (file)
 #ifndef HW_KBD_H
 #define HW_KBD_H
 
-#include "kbd_map.h"
+#include "hw/kbd_map.h"
 
 #include <cfg/macros.h>
 
-#warning TODO:This is example implemetantion, you must implement it! 
+#warning TODO:This is an example implementation, you must implement it!
 
 #define K_RPT_MASK (K_UP | K_DOWN | K_OK | K_CANCEL)