Add missing USBCON wrapper
This commit is contained in:
parent
78f79ed2c0
commit
d58b840f63
1 changed files with 3 additions and 0 deletions
|
|
@ -16,6 +16,8 @@
|
|||
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
||||
*/
|
||||
|
||||
#if defined(USBCON)
|
||||
|
||||
#include <Arduino.h>
|
||||
|
||||
#include "SAMD21_USBDevice.h"
|
||||
|
|
@ -968,3 +970,4 @@ void USBDeviceClass::ISRHandler()
|
|||
// USBDevice class instance
|
||||
USBDeviceClass USBDevice;
|
||||
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Reference in a new issue