Subversion Repositories FlightCtrl

Compare Revisions

Ignore whitespace Rev 1136 → Rev 1137

/branches/thjac/V1_11/pitch.c
62,9 → 62,7
*/
int pitch_mk_value( void ) {
register int stickValue = PPM_in[ EE_Parameter.Kanalbelegung[ K_GAS ] ];
// Warum 120? Gas= 0 ist -125
// register int pitchCount = stickValue + 120;
register int pitchCount = stickValue + 125;
register int pitchCount = stickValue + 120; // Warum 120? Gas= 0 ist -125
DebugOut.Analog[26] = stickValue;
DebugOut.Analog[28] = pitchCount;