From 391c93936c0f4ba8da73f204df1efc5bab9c53c1 Mon Sep 17 00:00:00 2001 From: maojianxin Date: Wed, 16 Mar 2022 21:59:59 +0800 Subject: [PATCH] audio_board: Fix esp32_s3_korvo2_v3/board_def.h define FUNC_CAMERA_EN section twice --- .../esp32_s3_korvo2_v3/board_def.h | 23 ------------------- 1 file changed, 23 deletions(-) diff --git a/components/audio_board/esp32_s3_korvo2_v3/board_def.h b/components/audio_board/esp32_s3_korvo2_v3/board_def.h index 8af069cf3..959177021 100644 --- a/components/audio_board/esp32_s3_korvo2_v3/board_def.h +++ b/components/audio_board/esp32_s3_korvo2_v3/board_def.h @@ -53,29 +53,6 @@ #define LCD_COLOR_INV (false) -/** - * @brief Camera Function Definition - */ -#define FUNC_CAMERA_EN (1) -#define CAM_PIN_PWDN -1 -#define CAM_PIN_RESET -1 -#define CAM_PIN_XCLK GPIO_NUM_40 -#define CAM_PIN_SIOD GPIO_NUM_17 -#define CAM_PIN_SIOC GPIO_NUM_18 - -#define CAM_PIN_D7 GPIO_NUM_39 -#define CAM_PIN_D6 GPIO_NUM_41 -#define CAM_PIN_D5 GPIO_NUM_42 -#define CAM_PIN_D4 GPIO_NUM_12 -#define CAM_PIN_D3 GPIO_NUM_3 -#define CAM_PIN_D2 GPIO_NUM_14 -#define CAM_PIN_D1 GPIO_NUM_47 -#define CAM_PIN_D0 GPIO_NUM_13 -#define CAM_PIN_VSYNC GPIO_NUM_21 -#define CAM_PIN_HREF GPIO_NUM_38 -#define CAM_PIN_PCLK GPIO_NUM_11 - - /** * @brief SDCARD Function Definition */