Skip to content

Commit

Permalink
i2s_example: fixed i2s_adc_dac output gap
Browse files Browse the repository at this point in the history
Closes: #9389
  • Loading branch information
L-KAYA committed Sep 26, 2022
1 parent 3d8bf6d commit 179bda5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/peripherals/i2s/i2s_adc_dac/main/app_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,8 @@ void example_i2s_init(void)
.communication_format = I2S_COMM_FORMAT_STAND_MSB,
.channel_format = EXAMPLE_I2S_FORMAT,
.intr_alloc_flags = 0,
.dma_desc_num = 2,
.dma_frame_num = 1024,
.dma_buf_count = 6,
.dma_buf_len = 256,
.use_apll = 1,
};
//install and start i2s driver
Expand Down

0 comments on commit 179bda5

Please sign in to comment.