Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/flipperdevices/libusb_stm32.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitry Filimonchuk <dmitrystu@gmail.com>2020-07-06 17:17:12 +0300
committerGitHub <noreply@github.com>2020-07-06 17:17:12 +0300
commit8da5559fdf345673a50a2a10234ff80f836bc8e6 (patch)
tree8a1029d87ba3c72eefb2c815baef8d526021acec
parentcbe4592524841673efde1e28ce0978e877945086 (diff)
parent046c25c6f9823408ed38dc09830cd7bb213e778a (diff)
Merge pull request #60 from a-v-v/patch-1
dfu: fixed typo in macro name
-rw-r--r--inc/usb_dfu.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/inc/usb_dfu.h b/inc/usb_dfu.h
index 6f0103f..cb05c5b 100644
--- a/inc/usb_dfu.h
+++ b/inc/usb_dfu.h
@@ -47,7 +47,7 @@
* solicit firmware from the device.*/
#define USB_DFU_GETSTATUS 0x03 /**<\brief The host employs this request to facilitate
* synchronization with the device.*/
-#define USB_DFU_CLRSTATAUS 0x04 /**<\brief This request resets DFU machine state to
+#define USB_DFU_CLRSTATUS 0x04 /**<\brief This request resets DFU machine state to
* DFU_IDLE.*/
#define USB_DFU_GETSTATE 0x05 /**<\brief This request solicits a report about the
* state of the device.*/