Skip to content

Commit

Permalink
Merge pull request #189 from adafruit/power-100ma
Browse files Browse the repository at this point in the history
change default USB power down to 100mA
  • Loading branch information
jepler authored May 11, 2022
2 parents 7e7865b + da62918 commit 8f87953
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cdc_enumerate.c
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ const char hidDescriptor[] = {
#endif

#ifndef USB_POWER_MA
#define USB_POWER_MA 500
#define USB_POWER_MA 100
#endif
__attribute__((__aligned__(4)))
char cfgDescriptor[] = {
Expand Down

0 comments on commit 8f87953

Please sign in to comment.