Merge pull request #11229 from maribu/msp430_cleanup
cpu/msp430_common: Cleanup
This commit is contained in:
commit
729ba07e9a
@ -55,7 +55,6 @@ void *thread_isr_stack_start(void)
|
|||||||
|
|
||||||
NORETURN void cpu_switch_context_exit(void)
|
NORETURN void cpu_switch_context_exit(void)
|
||||||
{
|
{
|
||||||
sched_active_thread = sched_threads[0];
|
|
||||||
sched_run();
|
sched_run();
|
||||||
|
|
||||||
__restore_context();
|
__restore_context();
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user