diff options
| author | tslil clingman <tslil@posteo.de> | 2021-01-19 00:34:24 -0500 |
|---|---|---|
| committer | tslil <tslil@posteo.de> | 2026-08-28 19:37:41 +0100 |
| commit | 29cebd42bf2f748c23018cc64a102ca3e589526c (patch) | |
| tree | 23bbef821ae5e658de76eb4a6ff8da49d5bd62f7 /src | |
| parent | 82d679ab5fa43c33ae52fe7b66d7c358f6046a45 (diff) | |
Currently segfaults. Maybe because serial is in use?
Diffstat (limited to 'src')
| -rw-r--r-- | src/ct1986.c | 4 |
1 files changed, 4 insertions, 0 deletions
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 = ˙ |
