Skip to content

Commit

Permalink
Merge branch 'dev' of github.com:paparazzi/paparazzi into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
dewagter committed May 6, 2011
2 parents 53a7591 + eccd77c commit 129f3b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sw/airborne/modules/sensors/baro_ets.c
Expand Up @@ -98,7 +98,7 @@ void baro_ets_read_periodic( void ) {
I2CReceive(BARO_ETS_I2C_DEV, baro_ets_i2c_trans, BARO_ETS_ADDR, 2);
#else // SITL
baro_ets_adc = 0;
baro_ets_altitude = gps.hms / 1000.0;
baro_ets_altitude = gps.hmsl / 1000.0;
baro_ets_valid = TRUE;
EstimatorSetAlt(baro_ets_altitude);
#endif
Expand Down

0 comments on commit 129f3b6

Please sign in to comment.