Subversion Repositories FlightCtrl

Rev

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

Rev 1796 Rev 1801
Line 90... Line 90...
90
 
90
 
91
/*
91
/*
92
 * Set to 0 for using outputs as the usual flashing lights.
92
 * Set to 0 for using outputs as the usual flashing lights.
93
 * Set to one of the DEBUG_... constants in output.h for using the outputs as debug lights.
93
 * Set to one of the DEBUG_... constants in output.h for using the outputs as debug lights.
94
 */
94
 */
Line 95... Line 95...
95
#define DIGITAL_DEBUG_MASK 0
95
#define DIGITAL_DEBUG_MASK DEBUG_MK3MAG
96
 
96
 
Line 97... Line 97...
97
// invert means: An "1" bit in digital debug data will feed NO base current to output transistor.
97
// invert means: An "1" bit in digital debug data will feed NO base current to output transistor.