Skip to content

Commit

Permalink
Merge branch 'bugfix/fix_board_def_header_file' into 'master'
Browse files Browse the repository at this point in the history
audio_board: Fix esp32_s3_korvo2_v3/board_def.h define FUNC_CAMERA_EN section twice

See merge request adf/esp-adf-internal!940
  • Loading branch information
jason-mao committed Mar 18, 2022
2 parents ae2aa05 + 391c939 commit f6b3aac
Showing 1 changed file with 0 additions and 23 deletions.
23 changes: 0 additions & 23 deletions components/audio_board/esp32_s3_korvo2_v3/board_def.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
*/
Expand Down

0 comments on commit f6b3aac

Please sign in to comment.