Support for TFT & Touch Screens (#18130)
This commit is contained in:
committed by
Scott Lahteine
parent
3fbc002bad
commit
8f8b0d84ae
@ -123,7 +123,7 @@ static void setup_clocks(void) {
|
||||
#if !USE_HSI_CLOCK
|
||||
// Enable HSE, and wait until it's ready.
|
||||
rcc_turn_on_clk(RCC_CLK_HSE);
|
||||
while (!rcc_is_clk_ready(RCC_CLK_HSE))
|
||||
while(!rcc_is_clk_ready(RCC_CLK_HSE))
|
||||
;
|
||||
#endif
|
||||
// Configure AHBx, APBx, etc. prescalers and the main PLL.
|
||||
|
Reference in New Issue
Block a user