Subversion Repositories FlightCtrl

Rev

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

Rev 1805 Rev 1842
Line 20... Line 20...
20
#define DEBUG_HEIGHT_DIFF 2
20
#define DEBUG_HEIGHT_DIFF 2
21
#define DEBUG_HOVERTHROTTLE 4
21
#define DEBUG_HOVERTHROTTLE 4
22
#define DEBUG_ACC0THORDER 8
22
#define DEBUG_ACC0THORDER 8
23
#define DEBUG_COMMANDREPEATED 16
23
#define DEBUG_COMMANDREPEATED 16
24
#define DEBUG_PRESSURERANGE 32
24
#define DEBUG_PRESSURERANGE 32
25
#define DEBUG_MK3MAG 64
25
#define DEBUG_CLIP 64
Line 26... Line 26...
26
 
26
 
27
void output_init(void);
27
void output_init(void);
Line 28... Line 28...
28
void output_update(void);
28
void output_update(void);