diff options
Diffstat (limited to 'firmware/thread.c')
-rw-r--r-- | firmware/thread.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/firmware/thread.c b/firmware/thread.c index 3508a6450d..619a1e135a 100644 --- a/firmware/thread.c +++ b/firmware/thread.c @@ -1095,7 +1095,6 @@ void init_threads(void) /* Get COP safely primed inside switch_thread where it will remain * until a thread actually exists on it */ CPU_CTL = PROC_WAKE; - set_irq_level(0); remove_thread(NULL); #endif /* NUM_CORES */ } |