pi_clock

Crude and unpolished clock for Raspberry Pi
git clone https://git.e1e0.net/pi_clock.git
Log | Files | Refs | README | LICENSE

commit b976ebc2703beb5a4c2423fd986ef8882819849a
parent c60d352bcc969cc6e26c73c2f2d8ce6a725e8dae
Author: Paco Esteban <paco@e1e0.net>
Date:   Fri,  3 Jul 2020 18:17:20 +0200

weird spacing in if

Diffstat:
Mclock.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/clock.c b/clock.c @@ -96,7 +96,7 @@ main(int argc, char *argv[]) } lcd_i2c_t lcd={0}; - if( lcd_i2c_setup(&lcd, I2C_ADDRESS) == -1 ){ + if (lcd_i2c_setup(&lcd, I2C_ADDRESS) == -1){ errx(1, "Error intialising PCF8574 at address i2c 0x%02x: %s\n", I2C_ADDRESS,