From c5fd86cf784b023ccd0996b319291ec2d47b927f Mon Sep 17 00:00:00 2001 From: yuanjiong Date: Wed, 20 Oct 2021 20:27:49 +0800 Subject: [PATCH] :art: update xclk to 16MHz --- components/modules/camera/who_camera.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/modules/camera/who_camera.h b/components/modules/camera/who_camera.h index 188bd9c..474154c 100644 --- a/components/modules/camera/who_camera.h +++ b/components/modules/camera/who_camera.h @@ -192,7 +192,7 @@ #define CAMERA_PIN_PCLK CONFIG_CAMERA_PIN_PCLK #endif -#define XCLK_FREQ_HZ 20000000 +#define XCLK_FREQ_HZ 16000000 #ifdef __cplusplus extern "C"