Subversion Repositories FlightCtrl

Rev

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

Rev 1775 Rev 1796
Line 86... Line 86...
86
    flashingLight(0, staticParams.J16Timing, staticParams.J16Bitmask, dynamicParams.J16Timing);  
86
    flashingLight(0, staticParams.J16Timing, staticParams.J16Bitmask, dynamicParams.J16Timing);  
87
    flashingLight(1, staticParams.J17Timing, staticParams.J17Bitmask, dynamicParams.J17Timing);  
87
    flashingLight(1, staticParams.J17Timing, staticParams.J17Bitmask, dynamicParams.J17Timing);  
88
  }
88
  }
89
}
89
}
Line -... Line 90...
-
 
90
 
-
 
91
/*
-
 
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.
90
 
94
 */
Line 91... Line 95...
91
#define DIGITAL_DEBUG_MASK 0
95
#define DIGITAL_DEBUG_MASK 0
92
 
96