summaryrefslogtreecommitdiff
path: root/firmware
diff options
context:
space:
mode:
Diffstat (limited to 'firmware')
-rw-r--r--firmware/thread.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/firmware/thread.c b/firmware/thread.c
index db5d6c3d2c..7b9982be01 100644
--- a/firmware/thread.c
+++ b/firmware/thread.c
@@ -2387,6 +2387,7 @@ void thread_thaw(struct thread_entry *thread)
2387 } 2387 }
2388 2388
2389 UNLOCK_THREAD_SET_STATE(thread, STATE_RUNNING); 2389 UNLOCK_THREAD_SET_STATE(thread, STATE_RUNNING);
2390 set_irq_level(oldlevel);
2390 return; 2391 return;
2391 } 2392 }
2392 2393