Skip to content

Commit

Permalink
[fix] typo in master
Browse files Browse the repository at this point in the history
  • Loading branch information
dewagter committed Nov 26, 2023
1 parent 8d01b02 commit dd49c23
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,7 @@ static void send_guidance_indi_debug(struct transport_tx *trans, struct link_dev
}
}
#else
static void send_guidance_indi_debug(struct transport_tx *trans USUSED, struct link_device *dev USUSED)
static void send_guidance_indi_debug(struct transport_tx *trans UNUSED, struct link_device *dev UNUSED)
{
}
#endif // GUIDANCE_INDI_HYBRID_USE_WLS
Expand Down

0 comments on commit dd49c23

Please sign in to comment.