We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 321fca0 commit 640cde8Copy full SHA for 640cde8
libraries/HID/src/HID.h
@@ -98,10 +98,10 @@ class HID_ : public PluggableUSBModule
98
99
protected:
100
// Implementation of the PluggableUSBModule
101
- int getInterface(uint8_t* interfaceCount);
102
- int getDescriptor(USBSetup& setup);
103
- bool setup(USBSetup& setup);
104
- 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;
105
106
private:
107
uint8_t epType[1];
0 commit comments