follow style guide
This commit is contained in:
2023-11-13 17:24:57 +01:00
parent 5ddbbda659
commit 91a1fc38f8

View File

@@ -96,6 +96,6 @@ void lcd_draw_bmp(const void* p_src, uint32_t x_pos, uint32_t y_pos, uint32_t x_
HAL_DMA2D_PollForTransfer(&hDma2dHandler2, 10);
}
void lcd_clear(uint32_t color){
void lcd_clear(uint32_t color) {
BSP_LCD_Clear(color);
}