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/common | |
| parent | c7cecf28c8bd409c3032a11180333654c90020d4 (diff) | |
include clean up
Diffstat (limited to 'src/common')
| -rw-r--r-- | src/common/tusb_common.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/common/tusb_common.h b/src/common/tusb_common.h index 88e85c9e0..1ebd8dd61 100644 --- a/src/common/tusb_common.h +++ b/src/common/tusb_common.h @@ -72,10 +72,11 @@ #include "tusb_option.h" #include "tusb_compiler.h" #include "tusb_verify.h" -#include "tusb_error.h" // TODO remove -#include "tusb_timeout.h" #include "tusb_types.h" +#include "tusb_error.h" // TODO remove +#include "tusb_timeout.h" // TODO remove + //------------- Mem -------------// #define tu_memclr(buffer, size) memset((buffer), 0, (size)) #define tu_varclr(_var) tu_memclr(_var, sizeof(*(_var))) |
