X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=Bootloader%2Fftfl.h;h=9543d92844075e6160c9a0cc7483bbaf91d01038;hb=5f262ea4b68a07e9b94ce0a49c0f7196e5f32b3b;hp=033162c572304a2cca3cf7f18ba902b66f051457;hpb=622ea5d85f94be4b1694fdf08e30fa76eeb18fe4;p=kiibohd-controller.git diff --git a/Bootloader/ftfl.h b/Bootloader/ftfl.h index 033162c..9543d92 100644 --- a/Bootloader/ftfl.h +++ b/Bootloader/ftfl.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 __FTFL_H -#define __FTFL_H +#pragma once // ----- Local Includes ----- @@ -242,5 +241,3 @@ extern volatile struct FTFL_t FTFL; extern char FlexRAM[]; extern struct FTFL_CONFIG_t FTFL_CONFIG; -#endif -