Subversion Repositories FlightCtrl

Compare Revisions

Ignore whitespace Rev 2137 → Rev 2138

/branches/dongfang_FC_fixedwing/timer0.c
167,7 → 167,7
if (stop) {
// Wait for new samples to get prepared but do not restart AD conversion after that!
// Caller MUST to that.
if (!analogDataReady) wdt_reset();
while (!analogDataReady) wdt_reset();
}
}