Skip to content

Commit

Permalink
Removed trailing whitespace.
Browse files Browse the repository at this point in the history
  • Loading branch information
clhenry authored Jul 8, 2023
1 parent cfd6a77 commit 5d403dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/portable/ti/msp430x5xx/dcd_msp430x5xx.c
Original file line number Diff line number Diff line change
Expand Up @@ -688,7 +688,7 @@ static void handle_bus_power_event(void *param)

if(!USBPLLIR) // A successful lock is indicated by all PLL-related interrupt
{ // flags being cleared.
dcd_init(0); // Re-initialize the USB module.
dcd_init(0); // Re-initialize the USB module.
}
}
else // Event caused by removal of bus power.
Expand Down

0 comments on commit 5d403dd

Please sign in to comment.