Skip to content

Commit e6ef1d2

Browse files
committed
cm: Minor change to panic if init returns
1 parent 2e828a5 commit e6ef1d2

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/apps/init.c

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,5 @@ void proc_main()
2525
}
2626

2727
// Should not return!
28-
// TODO: Place an assert() or panic() here.
29-
CM_DBG_ERROR ("Init process returning");
28+
cm_panic();
3029
}

0 commit comments

Comments
 (0)