Gathiyo / arducopter

Automatically exported from code.google.com/p/arducopter
0 stars 0 forks source link

baro_alt overflow #299

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
ArduCopter.pde (2.0.55 and current git):

static int16_t          baro_alt;
static int16_t          old_baro_alt;

Barometer overflows at 327.68m

Please change to int32_t.

Original issue reported on code.google.com by modc...@gmail.com on 9 Dec 2011 at 9:47

GoogleCodeExporter commented 8 years ago
Fixed in 2.1, 
Thanks!

Original comment by jasonshort on 12 Dec 2011 at 6:47