X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;ds=sidebyside;f=Lib%2FInterrupts.h;h=a55dafcedbf27e4508615023512a55f9262d5ff8;hb=d7fabf97e9f3c0768bc52942006a690dc594f730;hp=0eb4a9cdd2cf358ecc642bc9f5d59159a2ad4e15;hpb=f5a1e1bcf56325e3ff5bcc1f1d5be9231db38889;p=kiibohd-controller.git diff --git a/Lib/Interrupts.h b/Lib/Interrupts.h index 0eb4a9c..a55dafc 100644 --- a/Lib/Interrupts.h +++ b/Lib/Interrupts.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2013-2014 by Jacob Alexander +/* Copyright (C) 2013-2015 by Jacob Alexander * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal @@ -25,8 +25,7 @@ // ----- Includes ----- -#ifndef __INTERRUPTS_H -#define __INTERRUPTS_H +#pragma once // ARM #if defined(_mk20dx128_) || defined(_mk20dx128vlf5_) || defined(_mk20dx256_) || defined(_mk20dx256vlh7_) @@ -58,6 +57,3 @@ #endif - -#endif -