X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=bertos%2Fhw%2Fhw_kbd.h;h=69be0dd00f30c88a14a909ae7878f69d151a6e82;hb=4ceddcf7d53f4ddf8c4bfa78a6183ed256a1d0a5;hp=af163843fcb13dd2898bed89cb707dee75372196;hpb=107743ef422de7a4c926a20ff87eee1515eb1987;p=bertos.git diff --git a/bertos/hw/hw_kbd.h b/bertos/hw/hw_kbd.h index af163843..69be0dd0 100644 --- a/bertos/hw/hw_kbd.h +++ b/bertos/hw/hw_kbd.h @@ -26,8 +26,8 @@ * 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 2000 Bernardo Innocenti + * Copyright 2003, 2004, 2005, 2006, 2008 Develer S.r.l. (http://www.develer.com/) + * Copyright 2000 Bernie 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)