mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-04 13:14:32 +02:00
test_spi: fixed redundant quotes in test descriptions
This commit is contained in:
@@ -661,7 +661,7 @@ static const ptest_func_t slave_test_func = {
|
|||||||
|
|
||||||
#define TEST_SPI_MASTER_SLAVE(name, param_group, extra_tag) \
|
#define TEST_SPI_MASTER_SLAVE(name, param_group, extra_tag) \
|
||||||
PARAM_GROUP_DECLARE(name, param_group) \
|
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 ***********************************************/
|
/************ Master Code ***********************************************/
|
||||||
static void test_master_init(void** arg)
|
static void test_master_init(void** arg)
|
||||||
|
Reference in New Issue
Block a user