We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1eb21fe commit 2a1a65bCopy full SHA for 2a1a65b
hardware/arduino/avr/cores/arduino/PluggableUSB.h
@@ -31,9 +31,6 @@ class PUSBListNode {
31
numEndpoints(numEps), numInterfaces(numIfs), endpointType(epType)
32
{ }
33
34
- inline uint8_t interface() const { return pluggedInterface; }
35
- inline uint8_t endpoint() const { return pluggedEndpoint; }
36
-
37
protected:
38
virtual bool setup(USBSetup& setup) = 0;
39
virtual int getInterface(uint8_t* interfaceCount) = 0;
0 commit comments