1
0
mirror of https://github.com/arduino/Arduino.git synced 2024-12-01 12:24:14 +01:00
Arduino/hardware/arduino
Cristian Maglie 8f259c8a80 [PUSB] Selected interface and endpoint are now part of PUSBListNode
The method

   int8_t PluggableUSB::addFunction(PUSBListNode *, uint8_t *)

has been changed to

   bool PluggableUSB::plug(PUSBListNode *node)

since both EP and Interfaces are now saved directly into node
2015-10-02 11:59:22 +02:00
..
avr [PUSB] Selected interface and endpoint are now part of PUSBListNode 2015-10-02 11:59:22 +02:00
sam Merge remote-tracking branch 'arduino/master' 2015-09-29 18:52:38 +02:00