Skip to content

Commit

Permalink
fix for other INDI autopilots!
Browse files Browse the repository at this point in the history
  • Loading branch information
dewagter committed Nov 3, 2023
1 parent 5e98a89 commit 1dd4a70
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -257,6 +257,7 @@ static void debug(struct transport_tx *trans, struct link_device *dev, char* nam

static void send_guidance_indi_debug(struct transport_tx *trans, struct link_device *dev)
{
#if GUIDANCE_INDI_HYBRID_USE_WLS
static int c = 0;
switch (c++)
{
Expand All @@ -283,6 +284,7 @@ static void send_guidance_indi_debug(struct transport_tx *trans, struct link_dev
c=0;
break;
}
#endif
}

#endif
Expand Down

0 comments on commit 1dd4a70

Please sign in to comment.