We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc170c8 commit 69a95bcCopy full SHA for 69a95bc
soc/arm/nxp_imx/rt/soc.h
@@ -22,7 +22,7 @@ extern "C" {
22
23
#if CONFIG_DISK_DRIVER_SDMMC && \
24
(DT_NODE_HAS_STATUS(DT_NODELABEL(usdhc1), okay) || \
25
- DT_NODE_HAS_STATUS(DT_NODELABEL(usdhc1), okay))
+ DT_NODE_HAS_STATUS(DT_NODELABEL(usdhc2), okay))
26
27
typedef void (*usdhc_pin_cfg_cb)(uint16_t nusdhc, bool init,
28
uint32_t speed, uint32_t strength);
0 commit comments