diff options
| author | hathach <[email protected]> | 2021-10-05 11:39:32 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2021-10-05 11:39:32 +0700 |
| commit | 31cfd5a68443db941dbce88cebaf8fdf2d16a6a0 (patch) | |
| tree | a843ff3807be766ff86cd2d01f51f291de012328 /src/tusb_option.h | |
| parent | d9bda631d4ce7e82322a5a71339c2556d410c1e0 (diff) | |
| parent | 03d7988df3f491515389751a8cf4baecafb155fc (diff) | |
Merge branch 'add_ncm' of https://github.com/majbthrd/tinyusb into majbthrd-add_ncm
Diffstat (limited to 'src/tusb_option.h')
| -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 dceb2ac2c..3cb672d80 100644 --- a/src/tusb_option.h +++ b/src/tusb_option.h @@ -269,6 +269,10 @@ #define CFG_TUD_BTH 0 #endif +#ifndef CFG_TUD_NCM + #define CFG_TUD_NCM 0 +#endif + //-------------------------------------------------------------------- // HOST OPTIONS //-------------------------------------------------------------------- |
