Marian Buschsieweke 9a2f69b79c
cpu/msp430_common: Cleanup
`void cpu_switch_context_exit(void)` assigns `sched_active_thread` just before
calling `sched_run()`. This is unneeded, as `sched_run()` will updated that
anyway. Also generally speaking, changing internal scheduler data from outside
the scheduler is a risky thing to do.
2019-03-21 16:53:53 +01:00
..
2019-03-21 16:53:53 +01:00
2018-06-11 19:12:02 +02:00
2019-03-18 13:44:26 +01:00
2017-01-20 13:36:26 +01:00