From 94222071e9b28bfc2af44a03d4354021fa7674ff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BA=95=E6=98=8E=E6=B1=9F?= <246462502@qq.com> Date: Sun, 14 Jul 2024 14:34:07 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E6=9B=9D=E5=85=89=E5=BC=82?= =?UTF-8?q?=E5=B8=B8bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/main.c b/app/main.c index 0467c6f..c938b84 100644 --- a/app/main.c +++ b/app/main.c @@ -48,7 +48,7 @@ int main(void) jj_param_eeprom_init(); mt9v03x_init(); - mt9v03x_sccb_set_exposure_time((uint8_t)auto_exp); + mt9v03x_sccb_set_exposure_time((uint16_t)auto_exp); Page_Init();