Skip to content

Commit

Permalink
🐛 Fix terminate handler (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
kammce authored Nov 30, 2024
1 parent 5ada352 commit bae813f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion demos/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ resource_list resources{};
[[noreturn]] void terminate_handler() noexcept
{

if (not resources.status_led && not resources.console) {
if (not resources.status_led && not resources.clock) {
// spin here until debugger is connected
while (true) {
continue;
Expand Down

0 comments on commit bae813f

Please sign in to comment.