Fix code style problems

This commit is contained in:
Mario Hüttel 2020-04-17 23:10:46 +02:00
parent 1acce563c1
commit 0ef58a7d0d
1 changed files with 2 additions and 2 deletions

View File

@ -147,13 +147,13 @@ void lcd_clear(void)
systick_wait_ms(3);
}
void lcd_home( void )
void lcd_home(void)
{
lcd_command(LCD_CURSOR_HOME);
systick_wait_ms(3);
}
void lcd_setcursor( uint8_t x, uint8_t y )
void lcd_setcursor(uint8_t x, uint8_t y)
{
uint8_t data;