Преглед изворни кода

dfu: fixed typo in macro name

a-v-v пре 6 година
родитељ
комит
046c25c6f9
1 измењених фајлова са 1 додато и 1 уклоњено
  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.*/