test
Dependents: Production_version1_0 Production_ver1_0 USBHost_TEST USBHost_Test5 ... more
Fork of USBHost by
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) {