removed unused (and ambiguous) definitions of active_thread and sched_threads in kernel_init.c

dev/timer
Oleg Hahm 10 years ago
parent 88b8ccf3e8
commit 570c0e717d

@ -31,8 +31,6 @@
#include <auto_init.h>
#endif
volatile tcb_t *sched_threads[MAXTHREADS];
volatile tcb_t *active_thread;
volatile int lpm_prevent_sleep = 0;
extern int main(void);

Loading…
Cancel
Save