X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=Lib%2FInterrupts.h;h=a55dafcedbf27e4508615023512a55f9262d5ff8;hb=6dfeffd9cad508817757d1afaba4ab0901cc9786;hp=0eb4a9cdd2cf358ecc642bc9f5d59159a2ad4e15;hpb=88ace02e517950f3ec3eb71d9d0b7b51939d46f7;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 -