Procházet zdrojové kódy

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

dfu: fixed typo in macro name
Dmitry Filimonchuk před 6 roky
rodič
revize
8da5559fdf
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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.*/