X-Git-Url: https://git.friedersdorff.com/?a=blobdiff_plain;f=protocol%2Fusb_hid%2Fparser.h;h=703eb1ed4ce6f4499b7dc1ae680d03089bb5a74e;hb=aa95d6ff62ef46dfa5d41858b1cbf7f4eebf33b9;hp=dc14c82705b10d0b2822f9ae2bcca59aa9d017a0;hpb=895cd4dfa29f0f3c623544f4868ac63e619c69d9;p=max%2Ftmk_keyboard.git diff --git a/protocol/usb_hid/parser.h b/protocol/usb_hid/parser.h index dc14c827..703eb1ed 100644 --- a/protocol/usb_hid/parser.h +++ b/protocol/usb_hid/parser.h @@ -1,3 +1,6 @@ +#ifndef PARSER_H +#define PARSER_H + #include "hid.h" class KBDReportParser : public HIDReportParser @@ -5,3 +8,5 @@ class KBDReportParser : public HIDReportParser public: virtual void Parse(HID *hid, bool is_rpt_id, uint8_t len, uint8_t *buf); }; + +#endif