We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0654cd0 + cba8004 commit bcfd9a0Copy full SHA for bcfd9a0
cores/arduino/USB/USBCore.h
@@ -101,7 +101,7 @@
101
// bMaxPower in Configuration Descriptor
102
#define USB_CONFIG_POWER_MA(mA) ((mA)/2)
103
#ifndef USB_CONFIG_POWER
104
- #define USB_CONFIG_POWER (500)
+ #define USB_CONFIG_POWER (100)
105
#endif
106
107
#define CDC_V1_10 0x0110
platform.txt
@@ -20,7 +20,7 @@
20
# https://github.com/arduino/Arduino/wiki/Arduino-IDE-1.5---3rd-party-Hardware-specification
21
22
name=Adafruit SAMD (32-bits ARM Cortex-M0+ and Cortex-M4) Boards
23
-version=1.2.4
+version=1.2.5
24
25
# Compile variables
26
# -----------------
0 commit comments