diff options
author | Cristian Maglie <c.maglie@arduino.cc> | 2015-10-07 13:21:21 +0200 |
---|---|---|
committer | Cristian Maglie <c.maglie@arduino.cc> | 2015-10-07 13:21:21 +0200 |
commit | 663c55706b5b79109dfe17d440cba4de95cbdc25 (patch) | |
tree | 8f26b79d28e84969a6534c61cda2d33b967258ed /libraries/HID/HID.h | |
parent | eb084e235d8b5b50d2a5b2f926bde6aea75e92d9 (diff) |
[PUSB] renamed some parameters
Diffstat (limited to 'libraries/HID/HID.h')
-rw-r--r-- | libraries/HID/HID.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libraries/HID/HID.h b/libraries/HID/HID.h index a7f5c68..e54e45e 100644 --- a/libraries/HID/HID.h +++ b/libraries/HID/HID.h @@ -79,7 +79,7 @@ public: protected: // Implementation of the PUSBListNode - int getInterface(uint8_t* interfaceNum); + int getInterface(uint8_t* interfaceCount); int getDescriptor(int8_t type); bool setup(USBSetup& setup, uint8_t interfaceNum); |