Subversion Repositories FlightCtrl

Rev

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

Rev 1821 Rev 1845
Line 97... Line 97...
97
 
97
 
98
/*
98
/*
99
 * Set to 0 for using outputs as the usual flashing lights.
99
 * Set to 0 for using outputs as the usual flashing lights.
100
 * Set to one of the DEBUG_... constants in output.h for using the outputs as debug lights.
100
 * Set to one of the DEBUG_... constants in output.h for using the outputs as debug lights.
101
 */
101
 */
Line 102... Line 102...
102
#define DIGITAL_DEBUG_MASK DEBUG_MK3MAG
102
#define DIGITAL_DEBUG_MASK DEBUG_CLIP
103
 
-
 
104
void output_update(void) {
103
 
105
        uint8_t output0, output1;
104
void output_update(void) {
106
        if (!DIGITAL_DEBUG_MASK)
105
        if (!DIGITAL_DEBUG_MASK)
107
                flashingLights();
106
                flashingLights();
108
        else {
107
        else {