projelec

Dependencies:   mbed LCD_DISCO_F746NG BSP_DISCO_F746NG

Revision:
4:0e5755618652
Parent:
0:3ea368f65bca
Child:
8:4e6dfbe97bbd
--- a/user/keyboard.h	Wed Feb 15 20:29:17 2017 +0000
+++ b/user/keyboard.h	Fri Feb 17 18:29:25 2017 +0000
@@ -83,7 +83,7 @@
 uint8_t Key_display_inverted(uint8_t id);
 uint8_t Key_display_specials(uint8_t id);
 uint8_t Keyboard_check(void);
-uint8_t Keyboard_handler(char buffer[]);
+uint8_t Keyboard_handler(char *prompt, char buffer[]);
 
 #ifdef __cplusplus
 }