diff options
Diffstat (limited to '')
-rw-r--r-- | Lab3.X/numpad.h | 4 |
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
}
|