Project

General

Profile

Statistics
| Revision:

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

History | View | Annotate | Download (83 Bytes)

1 16 bcoltin
#include <dragonfly_lib.h>
2
3 156 emarinel
int main(void) {
4 16 bcoltin
        dragonfly_init(ALL_ON);
5
        return 0;
6
}