Revision 1364
changed main.c in the test project to call dragonfly_init
main.c | ||
---|---|---|
1 |
#include <dragonfly_lib.h> |
|
1 | 2 |
|
2 | 3 |
#define RUN_TEST(f) extern int f(void); f(); |
3 | 4 |
|
4 | 5 |
int main(void) { |
5 | 6 |
|
7 |
dragonfly_init(ALL_ON); |
|
8 |
|
|
6 | 9 |
while(1) { |
7 | 10 |
|
8 | 11 |
RUN_TEST(testanalog); |
Also available in: Unified diff