mirror of
https://github.com/apache/nuttx.git
synced 2026-06-06 16:50:55 +08:00
mmc1
This commit is contained in:
@@ -100,6 +100,7 @@ int board_app_initialize(void)
|
||||
}
|
||||
#endif
|
||||
|
||||
#ifdef CONFIG_STM32F7_SDMMC1
|
||||
/* Initialize the SDIO block driver */
|
||||
|
||||
int ret = OK;
|
||||
@@ -110,6 +111,7 @@ int board_app_initialize(void)
|
||||
ferr("ERROR: Failed to initialize MMC/SD driver: %d\n", ret);
|
||||
return ret;
|
||||
}
|
||||
#endif
|
||||
|
||||
return OK;
|
||||
}
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
/****************************************************************************
|
||||
* config/stm32f746-ws/src/stm32_sdio.c
|
||||
* config/stm32f746-ws/src/stm32_sdmmc.c
|
||||
*
|
||||
* Copyright (C) 2014 Gregory Nutt. All rights reserved.
|
||||
* Author: Gregory Nutt <gnutt@nuttx.org>
|
||||
|
||||
Reference in New Issue
Block a user