diff options
| author | hathach <[email protected]> | 2019-03-29 16:37:08 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2019-03-29 16:37:08 +0700 |
| commit | 3a38cde53dc7118b39eafd4fd1f69be4fd7dcd14 (patch) | |
| tree | 99b2806910385a2ebee223c8de5b71d1d2a9c890 /src/device/usbd.h | |
| parent | 1c2beba85c223bcf401f877b0c29025490fcdaa4 (diff) | |
support set/clear feature Device_remote_wakeup
Diffstat (limited to 'src/device/usbd.h')
| -rw-r--r-- | src/device/usbd.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/device/usbd.h b/src/device/usbd.h index 6bf7eca02..eb99337e3 100644 --- a/src/device/usbd.h +++ b/src/device/usbd.h @@ -37,7 +37,7 @@ //--------------------------------------------------------------------+
// INCLUDE
//--------------------------------------------------------------------+
-#include <common/tusb_common.h>
+#include "common/tusb_common.h"
#include "device/dcd.h"
//--------------------------------------------------------------------+
|
