re-set to 100mA default for iOS support

This commit is contained in:
ladyada 2018-11-02 13:48:39 -04:00
parent 6631c1bef3
commit 074fe0fa9b

View file

@ -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