X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=bertos%2Fhw%2Fhw_kbd.h;h=e116d44bdb1e5b68b58a360b78188c904413bc38;hb=eed2974c656d4343a00dfee1bac274973b73a84f;hp=af163843fcb13dd2898bed89cb707dee75372196;hpb=107743ef422de7a4c926a20ff87eee1515eb1987;p=bertos.git diff --git a/bertos/hw/hw_kbd.h b/bertos/hw/hw_kbd.h index af163843..e116d44b 100644 --- a/bertos/hw/hw_kbd.h +++ b/bertos/hw/hw_kbd.h @@ -26,7 +26,7 @@ * invalidate any other reasons why the executable file might be covered by * the GNU General Public License. * - * Copyright 2003, 2004, 2005, 2006 Develer S.r.l. (http://www.develer.com/) + * Copyright 2003, 2004, 2005, 2006, 2008 Develer S.r.l. (http://www.develer.com/) * Copyright 2000 Bernardo Innocenti * All Rights Reserved. * --> @@ -42,11 +42,11 @@ #ifndef HW_KBD_H #define HW_KBD_H -#include "kbd_map.h" +#include "hw/kbd_map.h" #include -#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)