]> git.donarmstrong.com Git - kiibohd-controller.git/blobdiff - Lib/Interrupts.h
Code cleanup
[kiibohd-controller.git] / Lib / Interrupts.h
index 0eb4a9cdd2cf358ecc642bc9f5d59159a2ad4e15..a55dafcedbf27e4508615023512a55f9262d5ff8 100644 (file)
@@ -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
-