Minor cleanup of some spacing.

This commit is contained in:
Gregory Nutt 2017-11-13 14:06:03 -06:00
parent a6aa4ac5f5
commit 102f1ea33f
2 changed files with 38 additions and 51 deletions

View File

@ -917,18 +917,10 @@ static const uintptr_t stm32_clutwr_layer_t[LTDC_NLAYERS] =
static bool g_initialized;
/****************************************************************************
* Public Data
****************************************************************************/
/****************************************************************************
* Private Functions
****************************************************************************/
/****************************************************************************
* Configure global register
****************************************************************************/
/****************************************************************************
* Name: stm32_ltdc_gpioconfig
*
@ -1372,10 +1364,6 @@ static void stm32_lcd_enable(bool enable)
reginfo("configured LTDC_GCR=%08x\n", getreg32(STM32_LTDC_GCR));
}
/****************************************************************************
* Configure layer register
****************************************************************************/
/****************************************************************************
* Name: stm32_ltdc_lclutenable
*

View File

@ -913,7 +913,6 @@ static const uintptr_t stm32_clutwr_layer_t[LTDC_NLAYERS] =
static bool g_initialized;
/****************************************************************************
* Private Functions
****************************************************************************/