mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-02 04:04:31 +02:00
spi_master: fix cmd test ci failure
This commit is contained in:
@@ -838,7 +838,7 @@ void test_cmd_addr(spi_slave_task_context_t *slave_context, bool lsb_first)
|
|||||||
}
|
}
|
||||||
|
|
||||||
//clean
|
//clean
|
||||||
vRingbufferReturnItem(slave_context->data_received, buffer);
|
vRingbufferReturnItem(slave_context->data_received, rcv_data);
|
||||||
}
|
}
|
||||||
|
|
||||||
TEST_ASSERT(spi_bus_remove_device(spi) == ESP_OK);
|
TEST_ASSERT(spi_bus_remove_device(spi) == ESP_OK);
|
||||||
|
Reference in New Issue
Block a user