Subversion Repositories FlightCtrl

Rev

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

Rev 1908 Rev 1960
Line 68... Line 68...
68
 
68
 
69
/*
69
/*
70
 * Set to 0 for using outputs as the usual flashing lights.
70
 * Set to 0 for using outputs as the usual flashing lights.
71
 * Set to one of the DEBUG_... defines h for using the outputs as debug lights.
71
 * Set to one of the DEBUG_... defines h for using the outputs as debug lights.
72
 */
72
 */
Line 73... Line 73...
73
#define DIGITAL_DEBUG_MASK DEBUG_ACC0THORDER
73
#define DIGITAL_DEBUG_MASK 0
74
 
74
 
75
void output_init(void);
75
void output_init(void);
76
void output_update(void);
76
void output_update(void);