X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=Bootloader%2Fsim.h;h=d6dbb5fc2b5955fc2a4e2d88b4168f75c6cce84e;hb=5f262ea4b68a07e9b94ce0a49c0f7196e5f32b3b;hp=dcb4f0c77a82bf8b78e3935206a55e2604df9e5e;hpb=96e785b571a231265d64fbe5083371480cd3a549;p=kiibohd-controller.git diff --git a/Bootloader/sim.h b/Bootloader/sim.h index dcb4f0c..d6dbb5f 100644 --- a/Bootloader/sim.h +++ b/Bootloader/sim.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 __SIM_H -#define __SIM_H +#pragma once // ----- Local Includes ----- @@ -328,5 +327,3 @@ CTASSERT_SIZE_BYTE(struct SIM_t, 0x1064); extern volatile struct SIM_t SIM; -#endif -