diff options
| author | hathach <[email protected]> | 2019-04-26 16:21:39 +0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2019-04-26 16:21:39 +0700 |
| commit | e4be6dd95eba53388b713d6c3f59b4ba7c7886f2 (patch) | |
| tree | 31b7bd3279d58cb4b10caf95143d6a62a4c61645 /examples/host | |
| parent | cfd2d995d2e74d81aee49ae9fb7949cf7d0fe540 (diff) | |
| parent | 25bd3fef47114bba845d3dbf397a50efb0ee777c (diff) | |
Merge pull request #59 from hathach/develop
add multiple Lun support along with msc_dual_lun example
Diffstat (limited to 'examples/host')
| -rw-r--r-- | examples/host/cdc_msc_hid/src/tusb_config.h | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/examples/host/cdc_msc_hid/src/tusb_config.h b/examples/host/cdc_msc_hid/src/tusb_config.h index 693ce5ac9..3d4d7a333 100644 --- a/examples/host/cdc_msc_hid/src/tusb_config.h +++ b/examples/host/cdc_msc_hid/src/tusb_config.h @@ -97,8 +97,6 @@ //-------------------------------------------------------------------- // MSC //-------------------------------------------------------------------- -// Number of supported Logical Unit Number (At least 1) -#define CFG_TUD_MSC_MAXLUN 1 // Buffer size of Device Mass storage #define CFG_TUD_MSC_BUFSIZE 512 @@ -116,14 +114,6 @@ // HID //-------------------------------------------------------------------- -/* Use the HID_ASCII_TO_KEYCODE lookup if CFG_TUD_HID_KEYBOARD is enabled. - * This will occupies 256 bytes of ROM. It will also enable the use of 2 extra APIs - * - tud_hid_keyboard_send_char() - * - tud_hid_keyboard_send_string() - */ -#define CFG_TUD_HID_ASCII_TO_KEYCODE_LOOKUP 1 - - #ifdef __cplusplus } #endif |
