1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-15 01:23:49 +01:00
René Kijewski b604832777 core: make sched_runqueues static
PR #1000 overlooked to rename `runqueues` into `sched_runqueues` in
 `sched.h`. This shows that the variable is not used outside of
 `sched.c`.

 As the list should not be accessed outside of the scheduler, so it
 can be `static`.
2014-10-22 16:55:50 +02:00
..
2014-10-22 16:55:50 +02:00
2014-08-21 21:10:03 +02:00
2014-08-23 16:16:26 +02:00
2014-10-22 12:37:33 +02:00
2014-08-05 17:57:45 +02:00
2014-10-22 16:55:50 +02:00
2014-10-17 18:22:37 +02:00