mavlink: sign of climb rate fixed in VFR_HUD message

This commit is contained in:
Anton Babushkin 2014-06-12 12:01:54 +02:00
parent e076b5a636
commit 44481e3773
1 changed files with 1 additions and 1 deletions

View File

@ -554,7 +554,7 @@ protected:
heading, heading,
throttle, throttle,
pos.alt, pos.alt,
pos.vel_d); -pos.vel_d);
} }
} }
}; };