Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
dewagter committed Sep 21, 2023
1 parent 3fe1891 commit 84339cd
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions sw/airborne/modules/sensors/airspeed_ets.c
Original file line number Diff line number Diff line change
Expand Up @@ -237,8 +237,7 @@ void airspeed_ets_read_event(void)
uint8_t dev_id = AIRSPEED_ETS_ID;
float press = 0;
float temp = 0;
float airspeed = 0;
DOWNLINK_SEND_AIRSPEED_RAW(DefaultChannel, DefaultDevice, &dev_id, &airspeed_ets_raw, &airspeed_ets_offset, &airspeed_ets, &press, &temp, &airspeed);
DOWNLINK_SEND_AIRSPEED_RAW(DefaultChannel, DefaultDevice, &dev_id, &airspeed_ets_raw, &airspeed_ets_offset, &press, &temp, &airspeed_ets);
#endif
} else {
airspeed_ets = 0.0;
Expand Down

0 comments on commit 84339cd

Please sign in to comment.