diff options
| author | hathach <[email protected]> | 2019-03-27 16:09:49 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2019-03-27 16:09:49 +0700 |
| commit | 1e9848d917550b0af2115bc629d5e7e4743f23c7 (patch) | |
| tree | 4642aacd58b24f96a5c8ac86364297f1f388112e /src/device/usbd.h | |
| parent | 472237665479961a714b6775e7fc9289e5e6c9ee (diff) | |
replace dcd_edpt_(clear)stall by usbd_edpt_(clear)stall
- remove dcd_edpt_stalled() from dcd porting
Diffstat (limited to 'src/device/usbd.h')
| -rw-r--r-- | src/device/usbd.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/device/usbd.h b/src/device/usbd.h index 11ef63887..e8f3f2bc8 100644 --- a/src/device/usbd.h +++ b/src/device/usbd.h @@ -38,7 +38,6 @@ // INCLUDE
//--------------------------------------------------------------------+
#include <common/tusb_common.h>
-#include "osal/osal.h"
#include "device/dcd.h"
//--------------------------------------------------------------------+
|
