From a867d87072e6f25e47f209e9615e00b97a9eb36f Mon Sep 17 00:00:00 2001 From: hathach Date: Tue, 5 Oct 2021 12:32:07 +0700 Subject: rename CFG_TUD_NET to CFG_TUD_ECM_RNDIS --- src/device/usbd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/device/usbd.c') 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, -- cgit v1.3.1