Added CONFIG_CAMERA_WIFI_XCLK_FREQ

This commit is contained in:
PhosphorosVR
2025-08-09 03:25:02 +02:00
parent 03822f90c8
commit 35821507ef
5 changed files with 48 additions and 37 deletions

View File

@@ -15,8 +15,8 @@
#include <ProjectConfig.hpp>
#ifndef DEFAULT_XCLK_FREQ_HZ
#define DEFAULT_XCLK_FREQ_HZ 16500000
#define USB_DEFAULT_XCLK_FREQ_HZ CONFIG_Camera_USB_XCLK_FREQ
#define DEFAULT_XCLK_FREQ_HZ CONFIG_CAMERA_WIFI_XCLK_FREQ
#define USB_DEFAULT_XCLK_FREQ_HZ CONFIG_CAMERA_USB_XCLK_FREQ
#define OV5640_XCLK_FREQ_HZ DEFAULT_XCLK_FREQ_HZ
#endif