diff options
| author | hathach <[email protected]> | 2013-07-01 10:43:55 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2013-07-01 10:43:55 +0700 |
| commit | e94ce81b045069f12e29ea355c2248ef6254ca0d (patch) | |
| tree | 8ed41efb2aa2eb78c29d2faf39d1c503b991dd69 /demos/host/src | |
| parent | a4f7dc1105f2a2f9aa27fdef810024eebbb7f2ba (diff) | |
fix compilation error
Diffstat (limited to 'demos/host/src')
| -rw-r--r-- | demos/host/src/tusb_config.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/host/src/tusb_config.h b/demos/host/src/tusb_config.h index d6a0d6162..d5eda34ec 100644 --- a/demos/host/src/tusb_config.h +++ b/demos/host/src/tusb_config.h @@ -78,7 +78,7 @@ #define TUSB_CFG_HOST_HID_GENERIC 0 #define TUSB_CFG_HOST_MSC 0 #define TUSB_CFG_HOST_CDC 1 -#define TUSB_CFG_HOST_CDC_RNDIS 1 +#define TUSB_CFG_HOST_CDC_RNDIS 0 //--------------------------------------------------------------------+ // DEVICE CONFIGURATION |
