From ab4e1cfc8c587e4144d847bbd41307eff03130b2 Mon Sep 17 00:00:00 2001 From: Benji Dial Date: Tue, 16 Feb 2021 22:26:47 -0500 Subject: rtc timestamp, knob rand, random terminal color --- src/user/highway/main.c | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'src/user/highway/main.c') diff --git a/src/user/highway/main.c b/src/user/highway/main.c index c9ceee2..59586c1 100644 --- a/src/user/highway/main.c +++ b/src/user/highway/main.c @@ -5,12 +5,10 @@ #include "cmds.h" #include "line.h" +#include "vars.h" void main(const char *arg) { -//syslogf(" this task: 0x%2h", this_task); -//syslogf(" stdio task: 0x%2h", stdio_task); -//syslogf("calling task: 0x%2h", calling_task); - + new_color(); source(*arg ? arg : "user/default.rc"); ensure_color(); -- cgit v1.2.3