Skip to content

Commit 4359a8b

Browse files
authored
PluggableUSB: make getProductVersion pure virtual
#130
1 parent 66f1f03 commit 4359a8b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cores/arduino/USB/PluggableUSBDevice.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ class PluggableUSBModule {
5858
virtual void callback_set_interface(uint16_t interface, uint8_t alternate);
5959
virtual void init(EndpointResolver& resolver);
6060
virtual const uint8_t *string_iinterface_desc();
61-
virtual uint8_t getProductVersion();
61+
virtual uint8_t getProductVersion() = 0;
6262

6363
uint8_t pluggedInterface;
6464

0 commit comments

Comments
 (0)