From 29cebd42bf2f748c23018cc64a102ca3e589526c Mon Sep 17 00:00:00 2001 From: tslil clingman Date: Tue, 19 Jan 2021 00:34:24 -0500 Subject: Currently segfaults. Maybe because serial is in use? --- src/ct1986.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src') diff --git a/src/ct1986.c b/src/ct1986.c index 56c76b1..44e64e7 100644 --- a/src/ct1986.c +++ b/src/ct1986.c @@ -158,6 +158,10 @@ main(int argc, char **argv) { (void)(argc); (void)(argv); + puts("Init."); + init_lcd(); + puts("Starting up."); + // Set up output function for ct1986 ct1986_display_progress = ˙ -- cgit v1.2.3