Project

General

Profile

Statistics
| Revision:

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

History | View | Annotate | Download (83 Bytes)

1
#include <dragonfly_lib.h>
2

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