diff options
| author | hathach <[email protected]> | 2013-07-05 11:46:12 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2013-07-05 11:46:12 +0700 |
| commit | c08c655fd120033f33fc40464018c743c646a512 (patch) | |
| tree | fbc0a3cbd48c45c09a1bb1b00b8ee4ed99935abd /tests/support/tusb_config.h | |
| parent | 9d50b0fa6a6a42d79bc35ccccf212af805a93ae6 (diff) | |
implementing initializing for RNDIS
Diffstat (limited to 'tests/support/tusb_config.h')
| -rw-r--r-- | tests/support/tusb_config.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/support/tusb_config.h b/tests/support/tusb_config.h index fad061ba7..4b4c83b4e 100644 --- a/tests/support/tusb_config.h +++ b/tests/support/tusb_config.h @@ -75,6 +75,7 @@ #define TUSB_CFG_HOST_HID_KEYBOARD 1 #define TUSB_CFG_HOST_HID_MOUSE 1 #define TUSB_CFG_HOST_CDC 1 +#define TUSB_CFG_HOST_CDC_RNDIS 1 #define HOST_HCD_XFER_INTERRUPT #define HOST_HCD_XFER_BULK @@ -105,6 +106,7 @@ #define TUSB_CFG_DEVICE_MSC 0 #define TUSB_CFG_DEVICE_CDC 0 + //--------------------------------------------------------------------+ // COMMON CONFIGURATION //--------------------------------------------------------------------+ |
