mirror of
https://github.com/apache/nuttx.git
synced 2026-06-01 16:59:28 +08:00
Fixed a compile error, presumably caused by C&P error.
This commit is contained in:
@@ -1283,9 +1283,11 @@ static void stm32_ltdc_periphconfig(void)
|
|||||||
|
|
||||||
reginfo("configured RCC_PLLSAI=%08x\n", getreg32(STM32_RCC_PLLSAICFGR));
|
reginfo("configured RCC_PLLSAI=%08x\n", getreg32(STM32_RCC_PLLSAICFGR));
|
||||||
|
|
||||||
/* Configure dedicated clock external */
|
/* Configure dedicated clock external.
|
||||||
|
* Division factor for LCD_CLK in DCKCFGR1
|
||||||
|
*/
|
||||||
|
|
||||||
reginfo("configured RCC_DCKCFGR=%08x\n", getreg32(STM32_RCC_DCKCFGR));
|
reginfo("configured RCC_DCKCFGR1=%08x\n", getreg32(STM32_RCC_DCKCFGR1));
|
||||||
|
|
||||||
/* Configure LTDC_SSCR */
|
/* Configure LTDC_SSCR */
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user