diff options
| author | hathach <[email protected]> | 2013-06-29 16:06:45 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2013-06-29 16:06:45 +0700 |
| commit | 7e6e5cc35630d1d173df06701cbb310bd5f20a2a (patch) | |
| tree | 385e3110ad922d76b45aea311a29a43e1d99cfbb /demos/host/src | |
| parent | d4f31e149accff338592f2172a0cccc8372c837a (diff) | |
[CDC]
- add configure option
- add include path
- add driver function table
Diffstat (limited to 'demos/host/src')
| -rw-r--r-- | demos/host/src/tusb_config.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/demos/host/src/tusb_config.h b/demos/host/src/tusb_config.h index 48275bdb5..050bf3f59 100644 --- a/demos/host/src/tusb_config.h +++ b/demos/host/src/tusb_config.h @@ -77,6 +77,7 @@ #define TUSB_CFG_HOST_HID_MOUSE 1 #define TUSB_CFG_HOST_HID_GENERIC 0 #define TUSB_CFG_HOST_MSC 0 +#define TUSB_CFG_HOST_CDC 1 //--------------------------------------------------------------------+ // DEVICE CONFIGURATION |
