Code: Select all
#define USB_CFG_MAX_BUS_POWER 100
/* Set this variable to the maximum USB bus power consumption of your device.
* The value is in milliamperes. [It will be divided by two since USB
* communicates power requirements in units of 2 mA.]
*/
if the power requirements are reported in units of 2 mA, shouldn't this line read "It will be multiplied by two"?