Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
slight clean up
  • Loading branch information
tmldeponti committed Mar 12, 2024
1 parent 937a7ee commit b00e7eb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sw/airborne/modules/ins/ins_ekf2.cpp
Expand Up @@ -483,8 +483,8 @@ static void send_ahrs_quat(struct transport_tx *trans, struct link_device *dev)

static void send_external_pose_down(struct transport_tx *trans, struct link_device *dev)
{
if(sample_ev.time_us==0){
return;
if(sample_ev.time_us == 0){
return;
}
float sample_temp_ev[11];
sample_temp_ev[0] = (float) sample_ev.time_us;
Expand Down

0 comments on commit b00e7eb

Please sign in to comment.