Skip to content

Commit

Permalink
change default USB power down to 100mA
Browse files Browse the repository at this point in the history
  • Loading branch information
jepler committed May 11, 2022
1 parent 7e7865b commit da62918
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 da62918

Please sign in to comment.