]> git.donarmstrong.com Git - kiibohd-controller.git/blobdiff - Bootloader/mchck.h
Adding initial dfu-upload code and debugging for Bootloader.
[kiibohd-controller.git] / Bootloader / mchck.h
index 7771b9e1d4d8d3a3495db1b88a1d2a11f9377705..807f3a074ab59716ab3917cbd0b410faba6eafb1 100644 (file)
@@ -1,5 +1,5 @@
 /* Copyright (c) 2011,2012 Simon Schubert <2@0x2c.org>.
- * Modifications by Jacob Alexander 2014 <haata@kiibohd.com>
+ * Modifications by Jacob Alexander 2014=2015 <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
@@ -37,7 +37,7 @@
 
 #include "mchck-cdefs.h"
 
-extern uint32_t _sidata, _sdata, _edata, _sbss, _ebss, _app_rom;
+extern uint32_t _sidata, _sdata, _edata, _sbss, _ebss, _app_rom, _app_rom_end;
 
 #include "ftfl.h"
 #include "usbotg.h"