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/USBHostMouse.h
- Revision:
- 2:5e8fdc541b98
- Parent:
- 1:0a457e34fa9e
- Child:
- 3:0f5c32575eb8
--- a/USBHostHID/USBHostMouse.h Wed Mar 06 17:10:32 2013 +0000 +++ b/USBHostHID/USBHostMouse.h Wed Mar 06 17:44:00 2013 +0000 @@ -53,7 +53,7 @@ /** * Attach a callback called when a mouse event is received * - * @param fptr function pointer + * @param ptr function pointer */ inline void attach(void (*ptr)(uint8_t buttons, int8_t x, int8_t y, int8_t z)) { if (ptr != NULL) {