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: FATFileSystem mbed-rtos
Dependents: Peach_AudioChannelDividerAndCompensator
Diff: USBHostHID/USBHostKeyboard.h
- Revision:
- 2:5e8fdc541b98
- Parent:
- 1:0a457e34fa9e
- Child:
- 3:0f5c32575eb8
--- a/USBHostHID/USBHostKeyboard.h Wed Mar 06 17:10:32 2013 +0000 +++ b/USBHostHID/USBHostKeyboard.h Wed Mar 06 17:44:00 2013 +0000 @@ -53,7 +53,7 @@ /** * Attach a callback called when a keyboard event is received * - * @param fptr function pointer + * @param ptr function pointer */ inline void attach(void (*ptr)(uint8_t key)) { if (ptr != NULL) { @@ -64,7 +64,7 @@ /** * Attach a callback called when a keyboard event is received * - * @param fptr function pointer + * @param ptr function pointer */ inline void attach(void (*ptr)(uint8_t keyCode, uint8_t modifier)) { if (ptr != NULL) {