diff --git a/arch/arm/src/stm32f7/stm32_allocateheap.c b/arch/arm/src/stm32f7/stm32_allocateheap.c index bb80ffd787..b58a3df9a0 100644 --- a/arch/arm/src/stm32f7/stm32_allocateheap.c +++ b/arch/arm/src/stm32f7/stm32_allocateheap.c @@ -67,12 +67,13 @@ * following definitions must be provided to specify the size and * location of internal(system) SRAM: * - * CONFIG_RAM_END : End address (+1) of SRAM (F1 family only, the - * : F4 family uses the a priori end of SRAM) + * CONFIG_RAM_END : End address (+1) of SRAM (F1 family only, + * : the F4 family uses the a priori end of + * : SRAM) * - * In addition to internal SRAM, external RAM may also be available through the FMC. - * In order to use FMC RAM, the following additional things need to be - * present in the NuttX configuration file: + * In addition to internal SRAM, external RAM may also be available through + * the FMC. In order to use FMC RAM, the following additional things need + * to be present in the NuttX configuration file: * * CONFIG_STM32F7_FMC=y : Enables the FMC * CONFIG_STM32F7_FMC_S[D]RAM=y : SRAM and/or SDRAM is available via the FMC. @@ -212,10 +213,6 @@ # endif #endif -/**************************************************************************** - * Private Data - ****************************************************************************/ - /**************************************************************************** * Private Functions ****************************************************************************/