Fix code style problems
This commit is contained in:
parent
1acce563c1
commit
0ef58a7d0d
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user