From 957931e0f585b5132bf16e28b7eb3e68aec70d9a Mon Sep 17 00:00:00 2001 From: "Luke T. Shumaker" Date: Sat, 30 Nov 2024 16:41:55 -0700 Subject: cmd/sbc_harness: Make reboots clear in the logs --- cmd/sbc_harness/main.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'cmd/sbc_harness/main.c') diff --git a/cmd/sbc_harness/main.c b/cmd/sbc_harness/main.c index d665fb3..fb4b696 100644 --- a/cmd/sbc_harness/main.c +++ b/cmd/sbc_harness/main.c @@ -111,6 +111,8 @@ COROUTINE init_cr(void *) { int main() { stdio_uart_init(); + /* char *hdr = "=" * (80-strlen("info : MAIN: ")); */ + infof("==================================================================="); coroutine_add("init", init_cr, NULL); coroutine_main(); } -- cgit v1.2.3-2-g168b