Rev 976 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 976 | Rev 977 | ||
---|---|---|---|
Line 47... | Line 47... | ||
47 | #define CFG_LOOP_OBEN 0x01 |
47 | #define CFG_LOOP_OBEN 0x01 |
48 | #define CFG_LOOP_UNTEN 0x02 |
48 | #define CFG_LOOP_UNTEN 0x02 |
49 | #define CFG_LOOP_LINKS 0x04 |
49 | #define CFG_LOOP_LINKS 0x04 |
50 | #define CFG_LOOP_RECHTS 0x08 |
50 | #define CFG_LOOP_RECHTS 0x08 |
Line -... | Line 51... | ||
- | 51 | ||
- | 52 | #ifdef HEXAKOPTER |
|
- | 53 | #define MOTOR_COUNT 6 |
|
- | 54 | #else |
|
- | 55 | #define MOTOR_COUNT 4 |
|
- | 56 | #endif |
|
- | 57 | ||
51 | 58 | ||
52 | //#define SYSCLK |
59 | //#define SYSCLK |
53 | //extern unsigned long SYSCLK; |
60 | //extern unsigned long SYSCLK; |
54 | extern volatile int i_Nick[20],i_Roll[20],DiffNick,DiffRoll; |
61 | extern volatile int i_Nick[20],i_Roll[20],DiffNick,DiffRoll; |
55 | extern volatile unsigned char SenderOkay; |
62 | extern volatile unsigned char SenderOkay; |