Skip to content

Commit

Permalink
[modules] fix baro_bmp
Browse files Browse the repository at this point in the history
  • Loading branch information
flixr committed Feb 15, 2014
1 parent c1c25c2 commit d404719
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sw/airborne/modules/sensors/baro_bmp.c
Expand Up @@ -91,6 +91,7 @@ void baro_bmp_event(void) {

float pressure = (float)baro_bmp.pressure;
AbiSendMsgBARO_ABS(BARO_BMP_SENDER_ID, &pressure);
baro_bmp.data_available = FALSE;

#ifdef SENSOR_SYNC_SEND
DOWNLINK_SEND_BMP_STATUS(DefaultChannel, DefaultDevice, &baro_bmp.up,
Expand Down

0 comments on commit d404719

Please sign in to comment.