i2s: fix the data lagging of slave role

Closes https://github.com/espressif/esp-idf/issues/9513
This commit is contained in:
laokaiyao
2022-09-05 15:22:52 +08:00
parent 4d0ac129b4
commit af0c0bd8ce
8 changed files with 25 additions and 12 deletions
+1 -1
View File
@@ -66,7 +66,7 @@ markers =
# multi-dut markers
multi_dut_generic: tests should be run on generic runners, at least have two duts connected.
Example_SPI_Quad_Multi_device: SPI multi device marker
generic_multi_device: generic multiple devices whose corresponding gpio pins are connected to each other.
# host_test markers
host_test: tests which shouldn not be built at the build stage, and instead built in host_test stage.