aboutsummaryrefslogtreecommitdiff
path: root/stm32/usb_lib
diff options
context:
space:
mode:
authordrowe67 <[email protected]>2023-07-20 08:59:48 +0930
committerGitHub <[email protected]>2023-07-20 08:59:48 +0930
commit06d4c11e699b0351765f10398abb4f663a984f36 (patch)
tree33e22af0814c5b6c3d676f096ae8c2ac8a3ed9f0 /stm32/usb_lib
parent6588e77f38bdebd7adffe091b22e7760d95d0ccb (diff)
parent4d6c143c0abec15e1d6ed1fd95d36f80e6cb7df8 (diff)
Merge pull request #3 from drowe67/dr-cleanup21.2.0
Cleanup Part 2
Diffstat (limited to 'stm32/usb_lib')
-rw-r--r--stm32/usb_lib/otg/usb_dcd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/stm32/usb_lib/otg/usb_dcd.c b/stm32/usb_lib/otg/usb_dcd.c
index 43dafc6..f408084 100644
--- a/stm32/usb_lib/otg/usb_dcd.c
+++ b/stm32/usb_lib/otg/usb_dcd.c
@@ -103,7 +103,7 @@ void DCD_Init(USB_OTG_CORE_HANDLE *pdev ,
ep->is_in = 1;
ep->num = i;
ep->tx_fifo_num = i;
- /* Control until ep is actvated */
+ /* Control until ep is activated */
ep->type = EP_TYPE_CTRL;
ep->maxpacket = USB_OTG_MAX_EP0_SIZE;
ep->xfer_buff = 0;