From bc4857c1da9360490e4c74f458a59f1bde8d5db7 Mon Sep 17 00:00:00 2001 From: Ross Owen Date: Tue, 25 Sep 2012 12:09:21 +0100 Subject: [PATCH] Added vendor_hid.h --- module_usb_audio/vendor_hid.h | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 module_usb_audio/vendor_hid.h diff --git a/module_usb_audio/vendor_hid.h b/module_usb_audio/vendor_hid.h new file mode 100644 index 00000000..3e6867d7 --- /dev/null +++ b/module_usb_audio/vendor_hid.h @@ -0,0 +1,3 @@ + +void Vendor_ReadHIDButtons(unsigned char hidData[]); +