Skip to content

Commit 074fe0f

Browse files
committed
re-set to 100mA default for iOS support
1 parent 6631c1b commit 074fe0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cores/arduino/USB/USBCore.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@
101101
// bMaxPower in Configuration Descriptor
102102
#define USB_CONFIG_POWER_MA(mA) ((mA)/2)
103103
#ifndef USB_CONFIG_POWER
104-
#define USB_CONFIG_POWER (500)
104+
#define USB_CONFIG_POWER (100)
105105
#endif
106106

107107
#define CDC_V1_10 0x0110

0 commit comments

Comments
 (0)