Merge pull request #11229 from maribu/msp430_cleanup

cpu/msp430_common: Cleanup
This commit is contained in:
benpicco 2019-09-11 20:12:55 +02:00 committed by GitHub
commit 729ba07e9a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -55,7 +55,6 @@ void *thread_isr_stack_start(void)
NORETURN void cpu_switch_context_exit(void)
{
sched_active_thread = sched_threads[0];
sched_run();
__restore_context();