Skip to content

Commit 004f05f

Browse files
authored
Merge pull request #148 from tttapa/master
PluggableUSB: make getProductVersion pure virtual
2 parents 11b12f1 + 4359a8b commit 004f05f

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)