1 parent 6ddd858 commit bac233eCopy full SHA for bac233e
1 file changed
ports/nrf/common-hal/usb_hid/Device.c
@@ -25,22 +25,12 @@
25
*/
26
27
#include <string.h>
28
-
29
#include "tick.h"
30
#include "common-hal/usb_hid/Device.h"
31
32
#include "py/runtime.h"
33
-//#include "shared-bindings/microcontroller/__init__.h"
34
#include "shared-bindings/usb_hid/Device.h"
35
#include "tusb.h"
36
37
-//--------------------------------------------------------------------+
38
-// MACRO TYPEDEF CONSTANT ENUM DECLARATION
39
40
41
42
-//------------- IMPLEMENTATION -------------//
43
44
uint8_t common_hal_usb_hid_device_get_usage_page(usb_hid_device_obj_t *self) {
45
return self->usage_page;
46
}
0 commit comments