mirror of
https://github.com/espressif/esp-idf
synced 2025-03-10 01:29:21 -04:00
fix(sdmmc): correct unused pin number for P4 EV board
This commit is contained in:
parent
3546c81e32
commit
ad6cce5e3a
@ -341,7 +341,7 @@ static const sdmmc_test_board_info_t s_board_info = {
|
|||||||
.d7 = GPIO_NUM_NC,
|
.d7 = GPIO_NUM_NC,
|
||||||
.cd = GPIO_NUM_NC,
|
.cd = GPIO_NUM_NC,
|
||||||
.wp = GPIO_NUM_NC,
|
.wp = GPIO_NUM_NC,
|
||||||
.unused_pin = 2,
|
.unused_pin = 54,
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user