mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-01 03:34:32 +02:00
fix(i2s): fix multi-dev test failure
This commit is contained in:
committed by
Kevin (Lao Kaiyao)
parent
e1e9ffdd4f
commit
2e57177b94
@@ -23,7 +23,7 @@ static const char *TAG = "i2s_multi_dev_test";
|
||||
|
||||
#define TEST_I2S_FRAME_SIZE (128) // Frame numbers in every writing / reading
|
||||
#define TEST_I2S_ARRAY_LENGTH (1024) // The loop data length for verification
|
||||
#define TEST_I2S_MAX_DATA (256) // The maximum data value in the data buffer
|
||||
#define TEST_I2S_MAX_DATA (128) // The maximum data value in the data buffer
|
||||
#define TEST_I2S_MAX_FAIL_CNT (3) // Max broken packet count
|
||||
#define TEST_I2S_FRAME_TIMEOUT_SEC (10.0f) // Timeout seconds of waiting for a correct frame
|
||||
|
||||
|
Reference in New Issue
Block a user