X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=Bootloader%2Fmchck.h;h=de155baa0dde04164089e46aa589a95cc0e9ad86;hb=5f262ea4b68a07e9b94ce0a49c0f7196e5f32b3b;hp=807f3a074ab59716ab3917cbd0b410faba6eafb1;hpb=1acbc97e98d8388332c51260017ab23227a91339;p=kiibohd-controller.git diff --git a/Bootloader/mchck.h b/Bootloader/mchck.h index 807f3a0..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=2015 + * 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, _app_rom_end; +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, _app_rom_end; #include "flash.h" #include "usb.h" -#endif -