Project

General

Profile

Statistics
| Revision:

root / trunk / code / projects / template / main.c @ 857

History | View | Annotate | Download (85 Bytes)

1
#include <dragonfly_lib.h>
2

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

    
9