aboutsummaryrefslogtreecommitdiffstats
path: root/Lab3.X/numpad.h
diff options
context:
space:
mode:
Diffstat (limited to 'Lab3.X/numpad.h')
-rw-r--r--Lab3.X/numpad.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/Lab3.X/numpad.h b/Lab3.X/numpad.h
index d94bf42..057ee69 100644
--- a/Lab3.X/numpad.h
+++ b/Lab3.X/numpad.h
@@ -7,9 +7,9 @@
extern "C" {
#endif /* __cplusplus */
- // Insert declarations
+ // Insert declarations
void initKeyPad(void);
- unsigned int readKeyPadRAW(void);
+ char readKeyPadRAW(void);
#ifdef __cplusplus
}