diff options
| author | hathach <[email protected]> | 2018-12-10 20:26:47 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2018-12-10 20:26:47 +0700 |
| commit | dffe9b335ee38a7720adff9a819f17b2899e38d1 (patch) | |
| tree | 98dae1674807d4a7190a3c4bc575cc54fa1f4981 /examples | |
| parent | 5886ccdb0388345740a7572f26eaa9f167091222 (diff) | |
clean up host pipe api
Diffstat (limited to 'examples')
| -rw-r--r-- | examples/host/cdc_msc_hid/src/tusb_config.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/host/cdc_msc_hid/src/tusb_config.h b/examples/host/cdc_msc_hid/src/tusb_config.h index be584b181..07764fa90 100644 --- a/examples/host/cdc_msc_hid/src/tusb_config.h +++ b/examples/host/cdc_msc_hid/src/tusb_config.h @@ -80,7 +80,7 @@ // DEVICE CONFIGURATION //-------------------------------------------------------------------- -#define CFG_TUH_HUB 1 // not tested +#define CFG_TUH_HUB 1 #define CFG_TUH_CDC 1 #define CFG_TUH_HID_KEYBOARD 0 #define CFG_TUH_HID_MOUSE 0 |
