diff options
| author | Jacob Potter <[email protected]> | 2020-10-31 11:03:55 -0600 |
|---|---|---|
| committer | Jacob Potter <[email protected]> | 2020-11-04 20:51:57 -0700 |
| commit | bb0df2740e251ce1046afcfdb2cad2657c881d0c (patch) | |
| tree | db0acc38d07ecda815156061f0e65727767bd00d /src/tusb.h | |
| parent | 075334af80303488a8c874255d725cb4ca15a7de (diff) | |
Add CDC NCM driver
Diffstat (limited to 'src/tusb.h')
| -rw-r--r-- | src/tusb.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/tusb.h b/src/tusb.h index 8b0dd103c..d4a692d4a 100644 --- a/src/tusb.h +++ b/src/tusb.h @@ -103,6 +103,10 @@ #if CFG_TUD_BTH #include "class/bth/bth_device.h" #endif + + #if CFG_TUD_NCM + #include "class/cdc/cdc_ncm_device.h" + #endif #endif |
