Skip to content

Commit 3b86584

Browse files
committed
Merge branch 'feature/sdio_disable_hs_ym2_18oct' into 'master'
SDIO support for disabling high speed mode for idf 5.0 See merge request app-frameworks/esp_hosted!261
2 parents b334b4f + e7c250b commit 3b86584

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

esp_hosted_fg/esp/esp_driver/network_adapter/main/sdio_slave_api.c

+1
Original file line numberDiff line numberDiff line change
@@ -186,6 +186,7 @@ static interface_handle_t * sdio_init(void)
186186
bus in your real design.
187187
*/
188188
//.flags = SDIO_SLAVE_FLAG_INTERNAL_PULLUP,
189+
.flags = SDIO_SLAVE_FLAG_DEFAULT_SPEED,
189190
};
190191
sdio_slave_buf_handle_t handle;
191192

0 commit comments

Comments
 (0)