Skip to content

Commit bcfd9a0

Browse files
committed
Merge branch 'master' of github.com:adafruit/ArduinoCore-samd
2 parents 0654cd0 + cba8004 commit bcfd9a0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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

platform.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
# https://github.com/arduino/Arduino/wiki/Arduino-IDE-1.5---3rd-party-Hardware-specification
2121

2222
name=Adafruit SAMD (32-bits ARM Cortex-M0+ and Cortex-M4) Boards
23-
version=1.2.4
23+
version=1.2.5
2424

2525
# Compile variables
2626
# -----------------

0 commit comments

Comments
 (0)