From 8021d8fcc8a660a21a15c8008f3c33b617438392 Mon Sep 17 00:00:00 2001 From: Armando Date: Mon, 3 Jun 2024 12:51:59 +0800 Subject: [PATCH] fix(isp): fixed wrong isp af window soc macro usage --- components/hal/include/hal/isp_types.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/hal/include/hal/isp_types.h b/components/hal/include/hal/isp_types.h index 399cbc1ee0..baa74ea90d 100644 --- a/components/hal/include/hal/isp_types.h +++ b/components/hal/include/hal/isp_types.h @@ -48,7 +48,7 @@ typedef enum { /*--------------------------------------------------------------- DVP ---------------------------------------------------------------*/ -#if SOC_ISP_AF_WINDOW_NUMS +#if SOC_ISP_DVP_DATA_WIDTH_MAX #define ISP_DVP_DATA_SIG_NUM SOC_ISP_DVP_DATA_WIDTH_MAX // The ISP DVP data signal number #else #define ISP_DVP_DATA_SIG_NUM 0