8000 clean up · sparkfun/circuitpython@bac233e · GitHub
[go: up one dir, main page]

Skip to content

Commit bac233e

Browse files
committed
clean up
1 parent 6ddd858 commit bac233e

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

ports/nrf/common-hal/usb_hid/Device.c

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -25,22 +25,12 @@
2525
*/
2626

2727
#include <string.h>
28-
2928
#include "tick.h"
3029
#include "common-hal/usb_hid/Device.h"
31-
3230
#include "py/runtime.h"
33-
//#include "shared-bindings/microcontroller/__init__.h"
3431
#include "shared-bindings/usb_hid/Device.h"
3532
#include "tusb.h"
3633

37-
//--------------------------------------------------------------------+
38-
// MACRO TYPEDEF CONSTANT ENUM DECLARATION
39-
//--------------------------------------------------------------------+
40-
41-
42-
//------------- IMPLEMENTATION -------------//
43-
4434
uint8_t common_hal_usb_hid_device_get_usage_page(usb_hid_device_obj_t *self) {
4535
return self->usage_page;
4636
}

0 commit comments

Comments
 (0)
0