Subversion Repositories NaviCtrl

Compare Revisions

Ignore whitespace Rev 800 → Rev 801

/trunk/uart1.c
548,6 → 548,7
{
GPSPos_Copy(&(pPoint->Position), &SimulationPosition); // update hold position
CompassDirectionAtMotorStart = SimulatedDirection*10;
SimulationFlags = pPoint->Event_Flag | SIMULATION_MOTOR_START; // dann steht da noch nicht "SIMULATION_MOTOR_ON" drin
}
if(!(SimulationFlags & SIMULATION_MOTOR_ON) && (pPoint->Event_Flag & SIMULATION_MOTOR_ON))
{