aboutsummaryrefslogtreecommitdiffstats
path: root/drv_generic_keypad.h
diff options
context:
space:
mode:
authormichux <michux@3ae390bd-cb1e-0410-b409-cd5a39f66f1f>2008-03-03 16:54:18 +0000
committermichux <michux@3ae390bd-cb1e-0410-b409-cd5a39f66f1f>2008-03-03 16:54:18 +0000
commit18a456a67cf01005a3b322d9a86e760a8f1b9fd9 (patch)
tree1a2659dbf930e27fcd5c5268d4ff2dcce7c823f3 /drv_generic_keypad.h
parentd17583d65d5751809f4daaa1d866db38a7044a06 (diff)
downloadlcd4linux-18a456a67cf01005a3b322d9a86e760a8f1b9fd9.tar.gz
add keypad support for module lcm162
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@856 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
Diffstat (limited to 'drv_generic_keypad.h')
-rw-r--r--drv_generic_keypad.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drv_generic_keypad.h b/drv_generic_keypad.h
index 392ed40..5b0c5c9 100644
--- a/drv_generic_keypad.h
+++ b/drv_generic_keypad.h
@@ -27,7 +27,7 @@
#include "widget.h"
-/* these functinos must be implemented by the real driver */
+/* these functions must be implemented by the real driver */
extern int (*drv_generic_keypad_real_press) (const int num);
/* generic functions and widget callbacks */