diff options
| author | hathach <[email protected]> | 2021-10-05 12:32:07 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2021-10-05 16:00:07 +0700 |
| commit | a867d87072e6f25e47f209e9615e00b97a9eb36f (patch) | |
| tree | 953346cbb1aa11697cf5b5f183c41952fbeb1681 /src/tusb_option.h | |
| parent | 31cfd5a68443db941dbce88cebaf8fdf2d16a6a0 (diff) | |
rename CFG_TUD_NET to CFG_TUD_ECM_RNDIS
Diffstat (limited to 'src/tusb_option.h')
| -rw-r--r-- | src/tusb_option.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/tusb_option.h b/src/tusb_option.h index 3cb672d80..369c35e2d 100644 --- a/src/tusb_option.h +++ b/src/tusb_option.h @@ -261,16 +261,16 @@ #define CFG_TUD_DFU 0 #endif -#ifndef CFG_TUD_NET - #define CFG_TUD_NET 0 -#endif - #ifndef CFG_TUD_BTH #define CFG_TUD_BTH 0 #endif +#ifndef CFG_TUD_ECM_RNDIS + #define CFG_TUD_ECM_RNDIS 0 +#endif + #ifndef CFG_TUD_NCM - #define CFG_TUD_NCM 0 + #define CFG_TUD_NCM 0 #endif //-------------------------------------------------------------------- |
