/**************************************************************************************
Copyright (c) 2002
The UbixOS Project
$Id$
**************************************************************************************/
#include <ubixos/idlethread.h>
void idleThread() {
/* This thread is for maintinance */
while (1) {
//checkTasks(); /* Looks for run away proccesses and kills thems */
}
}