changeset 419:910be0f02758

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
author Jacob Alexander <haata@kiibohd.com>
date Sun, 21 Feb 2016 14:19:52 -0800
parents e18d2364e9dd
children 23a1868b4ac2
files Bootloader/dfu.desc.c
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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 <haata@kiibohd.com>
+/* Copyright (c) Jacob Alexander 2014-2016 <haata@kiibohd.com>
  *
  * 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 = {