summaryrefslogtreecommitdiff
path: root/tmk_core/protocol/usb_hid/parser.h
diff options
context:
space:
mode:
Diffstat (limited to 'tmk_core/protocol/usb_hid/parser.h')
-rw-r--r--tmk_core/protocol/usb_hid/parser.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/tmk_core/protocol/usb_hid/parser.h b/tmk_core/protocol/usb_hid/parser.h
index 036281fa66..ba35b7af5a 100644
--- a/tmk_core/protocol/usb_hid/parser.h
+++ b/tmk_core/protocol/usb_hid/parser.h
@@ -1,5 +1,4 @@
-#ifndef PARSER_H
-#define PARSER_H
+#pragma once
#include "hid.h"
#include "report.h"
@@ -11,5 +10,3 @@ public:
uint16_t time_stamp;
virtual void Parse(HID *hid, bool is_rpt_id, uint8_t len, uint8_t *buf);
};
-
-#endif