Merge branch 'test/spi_param_redund_desc' into 'master'

test_spi: fixed redundant quotes in test descriptions

See merge request espressif/esp-idf!19140
This commit is contained in:
Fu Hanxi
2022-07-23 02:22:58 +08:00

View File

@@ -661,7 +661,7 @@ static const ptest_func_t slave_test_func = {
#define TEST_SPI_MASTER_SLAVE(name, param_group, extra_tag) \
PARAM_GROUP_DECLARE(name, param_group) \
TEST_MASTER_SLAVE(name, param_group, "[spi_ms][test_env=Example_SPI_Multi_device][timeout=120]"#extra_tag, &master_test_func, &slave_test_func)
TEST_MASTER_SLAVE(name, param_group, "[spi_ms][test_env=Example_SPI_Multi_device][timeout=120]"extra_tag, &master_test_func, &slave_test_func)
/************ Master Code ***********************************************/
static void test_master_init(void** arg)