aboutsummaryrefslogtreecommitdiff
path: root/src/sys/schedule.c
blob: 0dc89e99268c97bf6fe34e75527bdf643fa26494 (plain)
1
2
3
4
5
void init_scheduler(void)
{
	// Set rthread to usrloopthread - an infinitely running thread so that the pointer will never be null
	// Initialize Rotating Buffers
}