Subversion Repositories FlightCtrl

Rev

Rev 1861 | Rev 1880 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1861 Rev 1862
Line 23... Line 23...
23
// FC STATUS FLAGS2
23
// FC STATUS FLAGS2
24
#define FC_STATUS2_CAREFREE                 0x01
24
#define FC_STATUS2_CAREFREE                 0x01
25
#define FC_STATUS2_ALTITUDE_CONTROL         0x02
25
#define FC_STATUS2_ALTITUDE_CONTROL         0x02
Line 26... Line 26...
26
 
26
 
-
 
27
extern volatile unsigned char FC_StatusFlags, FC_StatusFlags2;
Line 27... Line 28...
27
extern volatile unsigned char FC_StatusFlags, FC_StatusFlags2;
28
extern void ParameterZuordnung(void);
28
 
29
 
29
#define Poti1 Poti[0]
30
#define Poti1 Poti[0]
30
#define Poti2 Poti[1]
31
#define Poti2 Poti[1]