From f5646a6fa966f2c2d0e3d7b2d234454fb9d4229a Mon Sep 17 00:00:00 2001 From: Evy liu Date: Tue, 15 Feb 2022 10:28:54 +0800 Subject: [PATCH 1/2] Update usbdriver.c --- usbdriver.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usbdriver.c b/usbdriver.c index 9e5e033..720bda1 100755 --- a/usbdriver.c +++ b/usbdriver.c @@ -1,7 +1,7 @@ #include "usbdriver.h" #include "FlashCommand.h" #include "project.h" -#include +#include #include unsigned int m_nbDeviceDetected = 0; From c76e10f03ab758b1dce1c54e586a7a14fbcf298a Mon Sep 17 00:00:00 2001 From: Evy liu Date: Tue, 31 May 2022 11:42:52 +0800 Subject: [PATCH 2/2] Update usbdriver.h --- usbdriver.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usbdriver.h b/usbdriver.h index 72e00ff..e5862d4 100755 --- a/usbdriver.h +++ b/usbdriver.h @@ -3,7 +3,7 @@ #ifndef DEDI_USB_DRIVER #define DEDI_USB_DRIVER -#include +#include #include #include #include