Subversion Repositories FlightCtrl

Compare Revisions

Ignore whitespace Rev 936 → Rev 952

/branches/V0.70d Code Redesign killagreg/fc.c
166,7 → 166,7
BeepTime = 100; // 0.1 second
Delay_ms(250); // blocks 250 ms as pause to next beep,
// this will block the flight control loop,
// therefore do not use this funktion if motors are running
// therefore do not use this function if motors are running
}
}