Skip to content

Commit

Permalink
fix(s2): Remove rx_pcm_bypass from registers
Browse files Browse the repository at this point in the history
The register is removed in ESP-IDF
  • Loading branch information
me-no-dev committed May 30, 2024
1 parent bae46be commit 30aeeee
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions target/esp32s2/ll_cam.c
Original file line number Diff line number Diff line change
Expand Up @@ -178,8 +178,6 @@ esp_err_t ll_cam_config(cam_obj_t *cam, const camera_config_t *config)
I2S0.sample_rate_conf.rx_bck_div_num = 1;
I2S0.sample_rate_conf.rx_bits_mod = 8;

I2S0.conf1.rx_pcm_bypass = 1;

I2S0.conf2.i_v_sync_filter_en = 1;
I2S0.conf2.i_v_sync_filter_thres = 4;
I2S0.conf2.cam_sync_fifo_reset = 1;
Expand Down

0 comments on commit 30aeeee

Please sign in to comment.