summaryrefslogtreecommitdiff
path: root/tinyusb/hal
diff options
context:
space:
mode:
Diffstat (limited to 'tinyusb/hal')
-rw-r--r--tinyusb/hal/hal.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/tinyusb/hal/hal.h b/tinyusb/hal/hal.h
index da7ef63c7..24e39289d 100644
--- a/tinyusb/hal/hal.h
+++ b/tinyusb/hal/hal.h
@@ -43,7 +43,9 @@
// INCLUDES
//--------------------------------------------------------------------+
#include "tusb_option.h"
-#include "common/primitive_types.h"
+#include <stdbool.h>
+#include <stdint.h>
+
#include "common/tusb_errors.h"
#include "common/compiler/compiler.h"