diff options
Diffstat (limited to 'tinyusb/common/binary.h')
| -rw-r--r-- | tinyusb/common/binary.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tinyusb/common/binary.h b/tinyusb/common/binary.h index ef994ddb0..ea0f590e9 100644 --- a/tinyusb/common/binary.h +++ b/tinyusb/common/binary.h @@ -55,7 +55,7 @@ extern "C" { #endif -#include <stdint.h> +#include "primitive_types.h" /// n-th Bit #define BIT_(n) (1 << (n)) |
