# HG changeset patch # User Jacob Alexander # Date 1456093192 28800 # Node ID 910be0f02758b66ea98ca2ac03fd634f0c7906f3 # Parent e18d2364e9dda102db7b9770abf95aa3b0894ba2 Setting bootloader max power to 100 mA - This amount of current is guaranteed by the USB spec before enumeration - Generally the bootloader doesn't need nearly this much, but to be safe diff -r e18d2364e9dd -r 910be0f02758 Bootloader/dfu.desc.c --- a/Bootloader/dfu.desc.c Sat Feb 20 13:28:16 2016 -0800 +++ b/Bootloader/dfu.desc.c Sun Feb 21 14:19:52 2016 -0800 @@ -1,5 +1,5 @@ // Originally Generated from MCHCK Toolkit -/* Copyright (c) Jacob Alexander 2014-2015 +/* Copyright (c) Jacob Alexander 2014-2016 * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -38,7 +38,7 @@ .bConfigurationValue = 1, .iConfiguration = 0, .one = 1, - .bMaxPower = 100 + .bMaxPower = 50 }, .usb_function_0 = { .iface = {