Project

General

Profile

Statistics
| Revision:

root / branches / scheduler / code / projects / scheduler / main.c @ 84

History | View | Annotate | Download (107 Bytes)

1
#include <dragonfly_lib.h>
2
#include <scheduler.h>
3

    
4
int main(void)
5
{
6
        dragonfly_init(ALL_ON);
7
        return 0;
8
}
9