From ad1aa5dbd4d3803b13d14f25d562d673f5e88b31 Mon Sep 17 00:00:00 2001 From: "peter.marcisovsky" Date: Thu, 25 Sep 2025 10:39:19 +0200 Subject: [PATCH] fix(usb_host): Updaing changed Kconfig value from usb_host_uvc component in UVC example --- examples/peripherals/usb/host/uvc/sdkconfig.defaults | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/peripherals/usb/host/uvc/sdkconfig.defaults b/examples/peripherals/usb/host/uvc/sdkconfig.defaults index 1248dbd1d0..8aba6153d3 100644 --- a/examples/peripherals/usb/host/uvc/sdkconfig.defaults +++ b/examples/peripherals/usb/host/uvc/sdkconfig.defaults @@ -10,4 +10,4 @@ CONFIG_SPIRAM_TRY_ALLOCATE_WIFI_LWIP=y # CONFIG_USB_HOST_CONTROL_TRANSFER_MAX_SIZE=3000 CONFIG_USB_HOST_HW_BUFFER_BIAS_IN=y -CONFIG_PRINTF_UVC_CONFIGURATION_DESCRIPTOR=y +CONFIG_UVC_PRINTF_CONFIGURATION_DESCRIPTOR=y