We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 65b9e21 + 2ca67c6 commit 7c828b9Copy full SHA for 7c828b9
src/HID/HID.h
@@ -133,10 +133,10 @@ class HID_ : public PluggableUSBModule
133
134
protected:
135
// Implementation of the PluggableUSBModule
136
- int getInterface(uint8_t* interfaceCount);
137
- int getDescriptor(USBSetup& setup);
138
- bool setup(USBSetup& setup);
139
- uint8_t getShortName(char* name);
+ int getInterface(uint8_t* interfaceCount) override;
+ int getDescriptor(USBSetup& setup) override;
+ bool setup(USBSetup& setup) override;
+ uint8_t getShortName(char* name) override;
140
141
private:
142
uint8_t epType[2];
0 commit comments