Skip to content

Commit

Permalink
dfuse: Tell when submitting leave request
Browse files Browse the repository at this point in the history
Signed-off-by: Tormod Volden <[email protected]>
  • Loading branch information
tormodvolden committed Jun 8, 2021
1 parent ef7ba94 commit 3eba671
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/dfuse.c
Original file line number Diff line number Diff line change
Expand Up @@ -328,6 +328,7 @@ static void dfuse_do_leave(struct dfu_if *dif)
{
if (dfuse_address_present)
dfuse_special_command(dif, dfuse_address, SET_ADDRESS);
printf("Submitting leave request...\n");
if (dif->quirks & QUIRK_DFUSE_LEAVE) {
struct dfu_status dst;
/* The device might leave after this request, with or without a response */
Expand Down

0 comments on commit 3eba671

Please sign in to comment.