Subversion Repositories FlightCtrl

Compare Revisions

Ignore whitespace Rev 2068 → Rev 2069

/branches/dongfang_FC_rewrite/analog.c
398,6 → 398,8
acc[Z] = accOffset.offsets[Z] - sensorInputs[AD_ACC_Z];
else
acc[Z] = sensorInputs[AD_ACC_Z] - accOffset.offsets[Z];
 
debugOut.analog[29] = acc[Z];
}
 
void analog_updateAirPressure(void) {