Skip to content

Commit 5030977

Browse files
committed
fix(i2s): fix multi-dev test failure
1 parent 5be7860 commit 5030977

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/esp_driver_i2s/test_apps/i2s_multi_dev/main/test_i2s_multi_dev.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ static const char *TAG = "i2s_multi_dev_test";
2323

2424
#define TEST_I2S_FRAME_SIZE (128) // Frame numbers in every writing / reading
2525
#define TEST_I2S_ARRAY_LENGTH (1024) // The loop data length for verification
26-
#define TEST_I2S_MAX_DATA (256) // The maximum data value in the data buffer
26+
#define TEST_I2S_MAX_DATA (128) // The maximum data value in the data buffer
2727
#define TEST_I2S_MAX_FAIL_CNT (3) // Max broken packet count
2828
#define TEST_I2S_FRAME_TIMEOUT_SEC (10.0f) // Timeout seconds of waiting for a correct frame
2929

0 commit comments

Comments
 (0)