Skip to content

Commit cd4871c

Browse files
committed
[AVR] [USB] Expose USB as 2.1 compatible
1 parent d349acc commit cd4871c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: hardware/arduino/avr/cores/arduino/USBCore.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,7 @@ typedef struct
260260

261261

262262
#define D_DEVICE(_class,_subClass,_proto,_packetSize0,_vid,_pid,_version,_im,_ip,_is,_configs) \
263-
{ 18, 1, 0x200, _class,_subClass,_proto,_packetSize0,_vid,_pid,_version,_im,_ip,_is,_configs }
263+
{ 18, 1, 0x210, _class,_subClass,_proto,_packetSize0,_vid,_pid,_version,_im,_ip,_is,_configs }
264264

265265
#define D_CONFIG(_totalLength,_interfaces) \
266266
{ 9, 2, _totalLength,_interfaces, 1, 0, USB_CONFIG_BUS_POWERED | USB_CONFIG_REMOTE_WAKEUP, USB_CONFIG_POWER_MA(500) }

0 commit comments

Comments
 (0)