mirror of
https://github.com/espressif/esp-idf.git
synced 2025-07-31 19:24:33 +02:00
test(sd): no uhs1 runner
This commit is contained in:
@@ -323,9 +323,6 @@ static const sdmmc_test_board_info_t s_board_info = {
|
||||
static const sdmmc_test_board_info_t s_board_info = {
|
||||
.name = "ESP32-P4 Function EV Board",
|
||||
.slot = {
|
||||
{
|
||||
.slot_exists = false
|
||||
},
|
||||
{
|
||||
.slot_exists = true,
|
||||
.bus_width = 4,
|
||||
@@ -342,6 +339,9 @@ static const sdmmc_test_board_info_t s_board_info = {
|
||||
.cd = GPIO_NUM_NC,
|
||||
.wp = GPIO_NUM_NC,
|
||||
.unused_pin = 54,
|
||||
},
|
||||
{
|
||||
.slot_exists = false,
|
||||
}
|
||||
},
|
||||
};
|
||||
|
Reference in New Issue
Block a user