Subversion Repositories FlightCtrl

Compare Revisions

Ignore whitespace Rev 1853 → Rev 1854

/branches/dongfang_FC_rewrite/output.c
95,12 → 95,6
}
}
 
/*
* Set to 0 for using outputs as the usual flashing lights.
* Set to one of the DEBUG_... constants in output.h for using the outputs as debug lights.
*/
#define DIGITAL_DEBUG_MASK DEBUG_CLIP
 
void output_update(void) {
if (!DIGITAL_DEBUG_MASK)
flashingLights();