From 8fc1462141ebd8f7fb82669b810d9e91a0fb032c Mon Sep 17 00:00:00 2001 From: chunyexixiaoyu <834670833@qq.com> Date: Tue, 25 Jan 2022 14:44:27 +0800 Subject: [PATCH] Ubiquitous/RT_Thread/: eliminate the Kconfig warning in ov2640 driver --- Ubiquitous/RT_Thread/app_match_rt-thread/ov2640/Kconfig | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Ubiquitous/RT_Thread/app_match_rt-thread/ov2640/Kconfig b/Ubiquitous/RT_Thread/app_match_rt-thread/ov2640/Kconfig index 62933ce28..9acaad0f8 100644 --- a/Ubiquitous/RT_Thread/app_match_rt-thread/ov2640/Kconfig +++ b/Ubiquitous/RT_Thread/app_match_rt-thread/ov2640/Kconfig @@ -20,19 +20,19 @@ if DRV_USING_OV2640 bool "RGB565 mode" endchoice config OV2640_X_RESOLUTION_IMAGE_OUTSIZE - int " X direction resolution of outputimage" + int "X direction resolution of outputimage" default 240 config OV2640_Y_RESOLUTION_IMAGE_OUTSIZE - int " Y direction resolution of outputimage" + int "Y direction resolution of outputimage" default 240 config OV2640_X_IMAGE_WINDOWS_SIZE - int " X direction WINDOWS SIZE" + int "X direction WINDOWS SIZE" default 400 comment "the value must be greater than OV2640_X_RESOLUTION_IMAGE_OUTSIZE" config OV2640_Y_IMAGE_WINDOWS_SIZE - int " Y direction WINDOWS SIZE" + int "Y direction WINDOWS SIZE" default 400 comment "the value must be greater than OV2640_Y_RESOLUTION_IMAGE_OUTSIZE" endif