re-set to 100mA default for iOS support
This commit is contained in:
parent
6631c1bef3
commit
074fe0fa9b
1 changed files with 1 additions and 1 deletions
|
|
@ -101,7 +101,7 @@
|
|||
// bMaxPower in Configuration Descriptor
|
||||
#define USB_CONFIG_POWER_MA(mA) ((mA)/2)
|
||||
#ifndef USB_CONFIG_POWER
|
||||
#define USB_CONFIG_POWER (500)
|
||||
#define USB_CONFIG_POWER (100)
|
||||
#endif
|
||||
|
||||
#define CDC_V1_10 0x0110
|
||||
|
|
|
|||
Loading…
Reference in a new issue