We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 66f1f03 commit 4359a8bCopy full SHA for 4359a8b
cores/arduino/USB/PluggableUSBDevice.h
@@ -58,7 +58,7 @@ class PluggableUSBModule {
58
virtual void callback_set_interface(uint16_t interface, uint8_t alternate);
59
virtual void init(EndpointResolver& resolver);
60
virtual const uint8_t *string_iinterface_desc();
61
- virtual uint8_t getProductVersion();
+ virtual uint8_t getProductVersion() = 0;
62
63
uint8_t pluggedInterface;
64
0 commit comments