Skip to content

Commit

Permalink
changed to bus powered
Browse files Browse the repository at this point in the history
  • Loading branch information
Jan Schlieper committed Sep 22, 2018
1 parent 95288aa commit da92850
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Descriptors.c
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ const USB_Descriptor_Configuration_t PROGMEM ConfigurationDescriptor = {
.ConfigurationNumber = 1,
.ConfigurationStrIndex = NO_DESCRIPTOR,

.ConfigAttributes = (USB_CONFIG_ATTR_RESERVED | USB_CONFIG_ATTR_SELFPOWERED),
.ConfigAttributes = (USB_CONFIG_ATTR_RESERVED),

.MaxPowerConsumption = USB_CONFIG_POWER_MA(100)
},
Expand Down
2 changes: 1 addition & 1 deletion Gamepad.hex.save
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
:1000B0004200750073002000470061006D0065007C
:1000C000700061006400000012034D0061006300D5
:1000D00073006C00650065007000000004030904F3
:1000E00009022200010100C03209040000010300DE
:1000E000090222000101008032090400000103001E
:1000F00000000921110100012236000705810309D2
:10010000000A1201100100000008EB034320010067
:100110000102000105010905A1010901A100093041
Expand Down

0 comments on commit da92850

Please sign in to comment.