X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=Bootloader%2Fmchck.h;h=de155baa0dde04164089e46aa589a95cc0e9ad86;hb=5f262ea4b68a07e9b94ce0a49c0f7196e5f32b3b;hp=7771b9e1d4d8d3a3495db1b88a1d2a11f9377705;hpb=41025125796f2f167d7f2a8c82aac712da1aa1b1;p=kiibohd-controller.git diff --git a/Bootloader/mchck.h b/Bootloader/mchck.h index 7771b9e..de155ba 100644 --- a/Bootloader/mchck.h +++ b/Bootloader/mchck.h @@ -1,5 +1,5 @@ /* Copyright (c) 2011,2012 Simon Schubert <2@0x2c.org>. - * Modifications by Jacob Alexander 2014 + * Modifications by Jacob Alexander 2014-2015 * * 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 @@ -15,8 +15,7 @@ * along with this program. If not, see . */ -#ifndef __MCHCK_H -#define __MCHCK_H +#pragma once // ----- Compiler Includes ----- @@ -37,7 +36,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, _bootloader; #include "ftfl.h" #include "usbotg.h" @@ -45,5 +44,3 @@ extern uint32_t _sidata, _sdata, _edata, _sbss, _ebss, _app_rom; #include "flash.h" #include "usb.h" -#endif -