Skip to content

Commit

Permalink
LCD: REFACTOR ->clang-format
Browse files Browse the repository at this point in the history
  • Loading branch information
niwciu committed Dec 13, 2023
1 parent d64f88b commit c3e0048
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/lcd_hd44780.c
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,8 @@ static void register_LCD_IO_driver(void)
LCD = LCD_IO_driver_interface_get();
}

static void lcd_set_all_SIG(void){
static void lcd_set_all_SIG(void)
{
LCD->set_SIG(LCD_E);
LCD->set_SIG(LCD_RS);
#if USE_RW_PIN == ON
Expand Down

0 comments on commit c3e0048

Please sign in to comment.