Rev 1622 | Rev 1638 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 1622 | Rev 1636 | ||
---|---|---|---|
Line 1... | Line 1... | ||
1 | #ifndef _MAIN_H |
1 | #ifndef _MAIN_H |
2 | #define _MAIN_H |
2 | #define _MAIN_H |
Line -... | Line 3... | ||
- | 3 | ||
- | 4 | ||
3 | 5 | //#define DEBUG // use to activate debug output to MK-Tool: use Debug(text); |
|
Line 4... | Line 6... | ||
4 | 6 | ||
5 | //#define ACT_S3D_SUMMENSIGNAL |
7 | //#define ACT_S3D_SUMMENSIGNAL |
6 | 8 | ||
Line 59... | Line 61... | ||
59 | #include "led.h" |
61 | #include "led.h" |
60 | #include "spektrum.h" |
62 | #include "spektrum.h" |
61 | #include "capacity.h" |
63 | #include "capacity.h" |
62 | #include "eeprom.h" |
64 | #include "eeprom.h" |
63 | #include "libfc.h" |
65 | #include "libfc.h" |
- | 66 | #include "debug.h" |
|
Line 64... | Line 67... | ||
64 | 67 |