Explorar o código

Merge pull request #60 from a-v-v/patch-1

dfu: fixed typo in macro name
Dmitry Filimonchuk %!s(int64=6) %!d(string=hai) anos
pai
achega
8da5559fdf
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      inc/usb_dfu.h

+ 1 - 1
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.*/