Skip to content

Commit 30aeeee

Browse files
committed
fix(s2): Remove rx_pcm_bypass from registers
The register is removed in ESP-IDF
1 parent bae46be commit 30aeeee

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

target/esp32s2/ll_cam.c

-2
Original file line numberDiff line numberDiff line change
@@ -178,8 +178,6 @@ esp_err_t ll_cam_config(cam_obj_t *cam, const camera_config_t *config)
178178
I2S0.sample_rate_conf.rx_bck_div_num = 1;
179179
I2S0.sample_rate_conf.rx_bits_mod = 8;
180180

181-
I2S0.conf1.rx_pcm_bypass = 1;
182-
183181
I2S0.conf2.i_v_sync_filter_en = 1;
184182
I2S0.conf2.i_v_sync_filter_thres = 4;
185183
I2S0.conf2.cam_sync_fifo_reset = 1;

0 commit comments

Comments
 (0)