Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: mbed LCD_DISCO_F746NG BSP_DISCO_F746NG
Diff: user/keyboard.h
- Revision:
- 4:0e5755618652
- Parent:
- 0:3ea368f65bca
- Child:
- 8:4e6dfbe97bbd
diff -r 12b494808ffa -r 0e5755618652 user/keyboard.h --- 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 }