Subversion Repositories FlightCtrl

Compare Revisions

Ignore whitespace Rev 1323 → Rev 1324

/beta/Code Redesign killagreg/fc.c
1571,7 → 1571,7
else // expansion not active
{
// measurement of air pressure close to upper limit and no overflow in correction of the new OCR0A value occurs
if(AdAirPressure > 1000)
if(AdAirPressure > 923)
{ // increase offset
if(OCR0A < (255 - EXPANDBARO_OPA_OFFSET_STEP))
{