Subversion Repositories FlightCtrl

Rev

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

Rev 1908 Rev 1955
Line 116... Line 116...
116
    OUTPUT_SET(1, 0);
116
    OUTPUT_SET(1, 0);
117
  } else if (DIGITAL_DEBUG_MASK == DEBUG_LEDTEST_1) {
117
  } else if (DIGITAL_DEBUG_MASK == DEBUG_LEDTEST_1) {
118
    OUTPUT_SET(0, 0);
118
    OUTPUT_SET(0, 0);
119
    OUTPUT_SET(1, 1);
119
    OUTPUT_SET(1, 1);
120
  } else {
120
  } else {
121
    OUTPUT_SET(0, DebugOut.Digital[0] & DIGITAL_DEBUG_MASK);
121
    OUTPUT_SET(0, debugOut.digital[0] & DIGITAL_DEBUG_MASK);
122
    OUTPUT_SET(1, DebugOut.Digital[1] & DIGITAL_DEBUG_MASK);
122
    OUTPUT_SET(1, debugOut.digital[1] & DIGITAL_DEBUG_MASK);
123
  }
123
  }
124
}
124
}
Line 125... Line 125...
125
 
125
 
126
void beep(uint16_t millis) {
126
void beep(uint16_t millis) {