From 6746e37088ce8ba03529c1226bd216705edb2b1f Mon Sep 17 00:00:00 2001 From: tmk Date: Fri, 10 Apr 2015 01:25:48 +0900 Subject: Remove core library and build files --- protocol/usb_hid/parser.h | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 protocol/usb_hid/parser.h (limited to 'protocol/usb_hid/parser.h') diff --git a/protocol/usb_hid/parser.h b/protocol/usb_hid/parser.h deleted file mode 100644 index 703eb1ed4c..0000000000 --- a/protocol/usb_hid/parser.h +++ /dev/null @@ -1,12 +0,0 @@ -#ifndef PARSER_H -#define PARSER_H - -#include "hid.h" - -class KBDReportParser : public HIDReportParser -{ -public: - virtual void Parse(HID *hid, bool is_rpt_id, uint8_t len, uint8_t *buf); -}; - -#endif -- cgit v1.2.3