summaryrefslogtreecommitdiff
path: root/shared-bindings
diff options
context:
space:
mode:
authorDan Halbert <halbert@halwitz.org>2018-03-24 18:29:12 -0400
committerDan Halbert <halbert@halwitz.org>2018-03-24 18:29:12 -0400
commit31f5b6a2389c7485fe044cf6e37259f6254c76e9 (patch)
treedb07d016d6eb7c79a8d95c835fcfd047be41255f /shared-bindings
parent9d928b5726ee314fb625a79086675d548be12eef (diff)
WIP: simple working HID
Diffstat (limited to 'shared-bindings')
-rw-r--r--shared-bindings/usb_hid/Device.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/shared-bindings/usb_hid/Device.h b/shared-bindings/usb_hid/Device.h
index 33b9f1c99..2bc553c4a 100644
--- a/shared-bindings/usb_hid/Device.h
+++ b/shared-bindings/usb_hid/Device.h
@@ -27,7 +27,7 @@
#ifndef MICROPY_INCLUDED_SHARED_BINDINGS_USB_HID_DEVICE_H
#define MICROPY_INCLUDED_SHARED_BINDINGS_USB_HID_DEVICE_H
-#include "common-hal/usb_hid/types.h"
+#include "common-hal/usb_hid/Device.h"
const mp_obj_type_t usb_hid_device_type;