Project

General

Profile

Revision 1365

removed dragonfly_init() from each unit test and renamed files to comply with new naming convention.

View differences:

main.c
8 8

  
9 9
  while(1) {
10 10

  
11
    RUN_TEST(testusb);
11 12
    RUN_TEST(testanalog);
12 13
    //    RUN_TEST(testeeprom);
13 14
    RUN_TEST(testencoders);
......
16 17
    RUN_TEST(testmotors);
17 18
    RUN_TEST(testrangefinders);
18 19
    RUN_TEST(testtokenring);
19
    RUN_TEST(testusb);
20 20

  
21 21
  }
22 22

  

Also available in: Unified diff