summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorClifroy Henry <[email protected]>2023-07-08 17:36:08 -0400
committerhathach <[email protected]>2024-04-11 20:57:40 +0700
commit5d3b0896e1eeb1bd45bcb4f2031c7a571f1a16cb (patch)
tree179fefca3383cd534b0838bdf794ea8378b72698 /src
parenta3286932add7c8142b94160522f19e5544e27c0a (diff)
Removed trailing whitespace.
Diffstat (limited to 'src')
-rw-r--r--src/portable/ti/msp430x5xx/dcd_msp430x5xx.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/portable/ti/msp430x5xx/dcd_msp430x5xx.c b/src/portable/ti/msp430x5xx/dcd_msp430x5xx.c
index 25c2fb301..870cd725d 100644
--- a/src/portable/ti/msp430x5xx/dcd_msp430x5xx.c
+++ b/src/portable/ti/msp430x5xx/dcd_msp430x5xx.c
@@ -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.