diff options
| author | Ha Thach <[email protected]> | 2021-10-11 15:57:46 +0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-10-11 15:57:46 +0700 |
| commit | ecec0370cac2a64ef2a0cf2e4e13f1c4e738e81b (patch) | |
| tree | 1b5be20ee4f09a1518051297a5f39f088ef69fad /src/device/usbd.c | |
| parent | 9660a5821fd36af10235c400700ae7d2730ec55f (diff) | |
| parent | a6723f556d7b302137ca42c7f811d3484f25414a (diff) | |
Merge pull request #1107 from majbthrd/add_ncm
add NCM driver in a compatible manner : hathach/tinyusb#550
Diffstat (limited to 'src/device/usbd.c')
| -rw-r--r-- | src/device/usbd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/device/usbd.c b/src/device/usbd.c index a33d778db..ab1837895 100644 --- a/src/device/usbd.c +++ b/src/device/usbd.c @@ -203,7 +203,7 @@ static usbd_class_driver_t const _usbd_driver[] = }, #endif - #if CFG_TUD_NET + #if CFG_TUD_ECM_RNDIS || CFG_TUD_NCM { DRIVER_NAME("NET") .init = netd_init, |
