Subversion Repositories FlightCtrl

Compare Revisions

Ignore whitespace Rev 427 → Rev 428

/branches/v0.60_MicroMag3_Nick666/compass.c
103,7 → 103,7
MM3.y_axis = wert;
MM3.AXIS = MM3_Z;
break;
default:
default: //case MM3_Z:
MM3.z_axis = wert;
MM3.AXIS = MM3_X;
}