minor: fix typo

Change-Id: I462291078fe9b05bfdf6fb7ab0f96b1edeecdac6
This commit is contained in:
Kevin Redon 2019-12-03 15:28:28 +01:00 committed by laforge
parent 503e184157
commit 15f48b2e89
1 changed files with 1 additions and 1 deletions

View File

@ -208,7 +208,7 @@ void DFURT_SwitchToDFU(void)
* activate itself, rather than boot into the application */
g_dfu->magic = USB_DFU_MAGIC;
/* Disconnect the USB by remoting the pull-up */
/* Disconnect the USB by removing the pull-up */
USBD_Disconnect();
__disable_irq();