Fixing issues with library dependencies

Dependencies:   FATFileSystem mbed-rtos

Fork of USBHost by mbed official

Revision:
2:5e8fdc541b98
Parent:
1:0a457e34fa9e
Child:
3:0f5c32575eb8
diff -r 0a457e34fa9e -r 5e8fdc541b98 USBHostHID/USBHostKeyboard.h
--- 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) {