Skip to content

Commit f6b3aac

Browse files
committedMar 18, 2022
Merge branch 'bugfix/fix_board_def_header_file' into 'master'
audio_board: Fix esp32_s3_korvo2_v3/board_def.h define FUNC_CAMERA_EN section twice See merge request adf/esp-adf-internal!940
2 parents ae2aa05 + 391c939 commit f6b3aac

File tree

1 file changed

+0
-23
lines changed

1 file changed

+0
-23
lines changed
 

‎components/audio_board/esp32_s3_korvo2_v3/board_def.h

-23
Original file line numberDiff line numberDiff line change
@@ -53,29 +53,6 @@
5353
#define LCD_COLOR_INV (false)
5454

5555

56-
/**
57-
* @brief Camera Function Definition
58-
*/
59-
#define FUNC_CAMERA_EN (1)
60-
#define CAM_PIN_PWDN -1
61-
#define CAM_PIN_RESET -1
62-
#define CAM_PIN_XCLK GPIO_NUM_40
63-
#define CAM_PIN_SIOD GPIO_NUM_17
64-
#define CAM_PIN_SIOC GPIO_NUM_18
65-
66-
#define CAM_PIN_D7 GPIO_NUM_39
67-
#define CAM_PIN_D6 GPIO_NUM_41
68-
#define CAM_PIN_D5 GPIO_NUM_42
69-
#define CAM_PIN_D4 GPIO_NUM_12
70-
#define CAM_PIN_D3 GPIO_NUM_3
71-
#define CAM_PIN_D2 GPIO_NUM_14
72-
#define CAM_PIN_D1 GPIO_NUM_47
73-
#define CAM_PIN_D0 GPIO_NUM_13
74-
#define CAM_PIN_VSYNC GPIO_NUM_21
75-
#define CAM_PIN_HREF GPIO_NUM_38
76-
#define CAM_PIN_PCLK GPIO_NUM_11
77-
78-
7956
/**
8057
* @brief SDCARD Function Definition
8158
*/

0 commit comments

Comments
 (0)