diff options
| author | hathach <[email protected]> | 2021-05-27 17:40:39 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2021-05-27 17:40:39 +0700 |
| commit | 9736e54734a85c03d9055c24414e23f112a67968 (patch) | |
| tree | cd4b2c5bdb9c91c45f56edd14e7c1ebd9a0679b1 /src/device | |
| parent | c7cecf28c8bd409c3032a11180333654c90020d4 (diff) | |
include clean up
Diffstat (limited to 'src/device')
| -rw-r--r-- | src/device/dcd.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/device/dcd.h b/src/device/dcd.h index 71e88054c..e17c62d4e 100644 --- a/src/device/dcd.h +++ b/src/device/dcd.h @@ -28,6 +28,7 @@ #define _TUSB_DCD_H_ #include "common/tusb_common.h" +#include "osal/osal.h" #include "common/tusb_fifo.h" #ifdef __cplusplus |
