gorskima / hd44780-i2c

Linux driver for Hitachi HD44780 LCD attached to I2C bus via PCF8574 I/O expander

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

extra semi-colon blocking if?

Claudenw opened this issue · comments

I believe the line below should not have a semi-colon at the end as it makes the if statement extraneous

if (lcd->is_in_esc_seq);