Rev 2102 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 2102 | Rev 2103 | ||
---|---|---|---|
Line 21... | Line 21... | ||
21 | #define SIGNAL_BAD 2 |
21 | #define SIGNAL_BAD 2 |
22 | #define SIGNAL_OK 3 |
22 | #define SIGNAL_OK 3 |
23 | #define SIGNAL_GOOD 4 |
23 | #define SIGNAL_GOOD 4 |
Line 24... | Line 24... | ||
24 | 24 | ||
25 | /* |
25 | /* |
26 | * The PRTY arrays |
26 | * The PRYT arrays |
27 | */ |
27 | */ |
28 | #define CONTROL_ELEVATOR 0 |
28 | #define CONTROL_ELEVATOR 0 |
29 | #define CONTROL_AILERONS 1 |
29 | #define CONTROL_AILERONS 1 |
30 | #define CONTROL_THROTTLE 2 |
30 | #define CONTROL_RUDDER 2 |
Line 31... | Line 31... | ||
31 | #define CONTROL_RUDDER 3 |
31 | #define CONTROL_THROTTLE 3 |
32 | 32 | ||
33 | /* |
33 | /* |
34 | * Looping flags. |
34 | * Looping flags. |