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

Skip to content

Commit 2006692

Browse files
committed
more clean up
1 parent bac233e commit 2006692

File tree

2 files changed

+2
-60
lines changed

2 files changed

+2
-60
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,8 +78,8 @@ enum {
7878
typedef struct {
7979
mp_obj_base_t base;
8080
uint8_t* report_buffer;
81-
uint8_t report_id; // If non-zero, prefix report with given id.
82-
uint8_t report_length; // Length not including Report ID.
81+
uint8_t report_id;
82+
uint8_t report_length;
8383
uint8_t usage_page;
8484
uint8_t usage;
8585
} usb_hid_device_obj_t;

ports/nrf/interrupt_char.c

Lines changed: 0 additions & 58 deletions
This file was deleted.

0 commit comments

Comments
 (0)
0