/branches/dongfang_FC_rewrite/output.c |
---|
99,10 → 99,9 |
* 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_MK3MAG |
#define DIGITAL_DEBUG_MASK DEBUG_CLIP |
void output_update(void) { |
uint8_t output0, output1; |
if (!DIGITAL_DEBUG_MASK) |
flashingLights(); |
else { |