Project

General

Profile

Revision 1462

moved dragonfly definitions to separate header file

View differences:

main.c
3 3
#define RUN_TEST(f) extern int f(void); f();
4 4

  
5 5
int main(void) {
6
  RUN_TEST(testinits);
6
  //RUN_TEST(testinits);
7 7

  
8 8
  dragonfly_init(ALL_ON);
9 9

  

Also available in: Unified diff