diff options
| author | Jacob Potter <[email protected]> | 2020-11-04 21:18:44 -0700 |
|---|---|---|
| committer | Jacob Potter <[email protected]> | 2020-11-04 21:18:44 -0700 |
| commit | a3d6e8fc52db0d1272290a7d5cb7963909254ad5 (patch) | |
| tree | 8b552b6c8ce8e5e63cddc27f3a85d65335731c11 | |
| parent | bb0df2740e251ce1046afcfdb2cad2657c881d0c (diff) | |
Add default for CFG_TUD_NCM
| -rw-r--r-- | src/tusb_option.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/tusb_option.h b/src/tusb_option.h index 393940282..b1ce62768 100644 --- a/src/tusb_option.h +++ b/src/tusb_option.h @@ -237,6 +237,10 @@ #define CFG_TUD_BTH 0 #endif +#ifndef CFG_TUD_NCM + #define CFG_TUD_NCM 0 +#endif + //-------------------------------------------------------------------- // HOST OPTIONS //-------------------------------------------------------------------- |
