summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/device/usbd.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/device/usbd.c b/src/device/usbd.c
index 32a89889e..335c68e8e 100644
--- a/src/device/usbd.c
+++ b/src/device/usbd.c
@@ -264,6 +264,9 @@ static char const* const _usbd_driver_str[USBD_CLASS_DRIVER_COUNT] =
#if CFG_TUD_USBTMC
"USBTMC"
#endif
+ #if CFG_TUD_NET
+ "NET"
+ #endif
};
static char const* const _tusb_std_request_str[] =