diff options
| author | hathach <[email protected]> | 2024-04-17 20:06:13 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2024-04-19 23:16:57 +0700 |
| commit | 3442a87d5b52112a8bc4672322d488703e4ee23e (patch) | |
| tree | 05cc69e08bfbda4d4114842304ab4fe67c7df466 /src/common | |
| parent | 96f7ca02bff64021b14ed84544df873a0d694a79 (diff) | |
- clang h743 build and run cdc_msc ok
- switch unit test back to gcc, since path to clang conflict on local setup (x86 and arm)
Diffstat (limited to 'src/common')
| -rw-r--r-- | src/common/tusb_common.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common/tusb_common.h b/src/common/tusb_common.h index 1f08ce4ed..0d4082c03 100644 --- a/src/common/tusb_common.h +++ b/src/common/tusb_common.h @@ -65,6 +65,7 @@ // Standard Headers #include <stdbool.h> #include <stdint.h> +#include <inttypes.h> #include <stddef.h> #include <string.h> #include <stdio.h> |
