aboutsummaryrefslogtreecommitdiffstats
path: root/keyboards/winkeyless/bface/usbconfig.h
diff options
context:
space:
mode:
authormechmerlin <mechmerlin@gmail.com>2019-07-14 18:11:26 -0700
committermechmerlin <mechmerlin@gmail.com>2019-07-14 18:11:26 -0700
commit66b63f66a919d668efd00c1e4222bf4d9fe76ad8 (patch)
tree2ab908db859776ebd23e5444120664097d792b81 /keyboards/winkeyless/bface/usbconfig.h
parent77a7e3c91fa97b7e9263b0b8db75721e150ea3e9 (diff)
downloadfirmware-66b63f66a919d668efd00c1e4222bf4d9fe76ad8.tar.gz
firmware-66b63f66a919d668efd00c1e4222bf4d9fe76ad8.tar.bz2
firmware-66b63f66a919d668efd00c1e4222bf4d9fe76ad8.zip
minor cleanups
Diffstat (limited to 'keyboards/winkeyless/bface/usbconfig.h')
-rw-r--r--keyboards/winkeyless/bface/usbconfig.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/keyboards/winkeyless/bface/usbconfig.h b/keyboards/winkeyless/bface/usbconfig.h
index f87922615..192d80d91 100644
--- a/keyboards/winkeyless/bface/usbconfig.h
+++ b/keyboards/winkeyless/bface/usbconfig.h
@@ -8,8 +8,7 @@
* This Revision: $Id: usbconfig-prototype.h 785 2010-05-30 17:57:07Z cs $
*/
-#ifndef __usbconfig_h_included__
-#define __usbconfig_h_included__
+#pragma once
#include "config.h"
@@ -392,5 +391,3 @@ section at the end of this file).
/* #define USB_INTR_PENDING EIFR */
#define USB_INTR_PENDING_BIT INTF1
#define USB_INTR_VECTOR INT1_vect
-
-#endif /* __usbconfig_h_included__ */