We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 11b12f1 + 4359a8b commit 004f05fCopy full SHA for 004f05f
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