Support for TFT & Touch Screens (#18130)

This commit is contained in:
Alexander Gavrilenko 2020-07-30 09:43:19 +03:00 committed by GitHub
parent bba157e5bd
commit 117df87d19
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
176 changed files with 14747 additions and 303 deletions

View file

@ -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.