Rev 1845 | Rev 1868 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 1845 | Rev 1854 | ||
---|---|---|---|
Line 93... | Line 93... | ||
93 | flashingLight(1, staticParams.J17Timing, staticParams.J17Bitmask, |
93 | flashingLight(1, staticParams.J17Timing, staticParams.J17Bitmask, |
94 | dynamicParams.J17Timing); |
94 | dynamicParams.J17Timing); |
95 | } |
95 | } |
96 | } |
96 | } |
Line 97... | Line -... | ||
97 | - | ||
98 | /* |
- | |
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. |
- | |
101 | */ |
- | |
102 | #define DIGITAL_DEBUG_MASK DEBUG_CLIP |
- | |
103 | 97 | ||
104 | void output_update(void) { |
98 | void output_update(void) { |
105 | if (!DIGITAL_DEBUG_MASK) |
99 | if (!DIGITAL_DEBUG_MASK) |
106 | flashingLights(); |
100 | flashingLights(); |
107 | else { |
101 | else { |