From af3d4d58d8eb018702ffcd34032188613bedf450 Mon Sep 17 00:00:00 2001 From: Henrik Brix Andersen Date: Tue, 28 Jan 2025 17:34:17 +0000 Subject: [PATCH] tests: usb: gs_usb: host: remove outdated comment Remove outdated comment from the gs_usb host test configuration. Signed-off-by: Henrik Brix Andersen --- tests/subsys/usb/gs_usb/host/prj_usbd_next.conf | 3 --- 1 file changed, 3 deletions(-) diff --git a/tests/subsys/usb/gs_usb/host/prj_usbd_next.conf b/tests/subsys/usb/gs_usb/host/prj_usbd_next.conf index adeb109..09d2f1c 100644 --- a/tests/subsys/usb/gs_usb/host/prj_usbd_next.conf +++ b/tests/subsys/usb/gs_usb/host/prj_usbd_next.conf @@ -1,7 +1,4 @@ CONFIG_TEST=y -# Some usbd_next drivers suffer from calling mutexes in ISR context. Disable asserts until fixed -# upstream. -#CONFIG_ASSERT=n CONFIG_LOG=y CONFIG_UDC_DRIVER_LOG_LEVEL_WRN=y