Skip to content

Commit 47421c9

Browse files
committed
clean up
1 parent 1377101 commit 47421c9

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

cores/nRF5/usb/tusb_config.h

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -72,9 +72,6 @@
7272
// MSC
7373
//--------------------------------------------------------------------
7474

75-
// Number of supported Logical Unit Number (At least 1)
76-
#define CFG_TUD_MSC_MAXLUN 1
77-
7875
// Buffer size of Device Mass storage
7976
#define CFG_TUD_MSC_BUFSIZE 512
8077

@@ -91,12 +88,6 @@
9188
// HID
9289
//--------------------------------------------------------------------
9390

94-
/* Use the HID_ASCII_TO_KEYCODE lookup
95-
* This will occupies 256 bytes of ROM. It will also enable the use of extra APIs
96-
* - tud_hid_keyboard_send_char()
97-
*/
98-
#define CFG_TUD_HID_ASCII_TO_KEYCODE_LOOKUP 0
99-
10091
#ifdef __cplusplus
10192
}
10293
#endif

0 commit comments

Comments
 (0)