We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3760db2 commit b701013Copy full SHA for b701013
libraries/Portenta_SDRAM/ram_internal.c
@@ -60,7 +60,7 @@ bool sdram_init(void) {
60
static MDMA_HandleTypeDef mdma_handle;
61
GPIO_InitTypeDef gpio_init_structure;
62
63
- //FMC_SDRAM_Clock_Config();
+ FMC_SDRAM_Clock_Config();
64
65
/* Enable FMC clock */
66
__HAL_RCC_FMC_CLK_ENABLE();
0 commit comments