Skip to content

Commit

Permalink
fixup! core/assert: halt running thread instead of panic
Browse files Browse the repository at this point in the history
  • Loading branch information
chrysn committed Apr 27, 2024
1 parent 7827146 commit 45a25bb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions core/lib/assert.c
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
#include "architecture.h"
#include "cpu.h"
#include "debug.h"
#include "irq.h"
#include "panic.h"
#if IS_USED(MODULE_BACKTRACE)
#include "backtrace.h"
Expand Down

0 comments on commit 45a25bb

Please sign in to comment.