summaryrefslogtreecommitdiff
path: root/tinyusb/common
diff options
context:
space:
mode:
Diffstat (limited to 'tinyusb/common')
-rw-r--r--tinyusb/common/assertion.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tinyusb/common/assertion.h b/tinyusb/common/assertion.h
index 5d78dcce1..16c9b07e4 100644
--- a/tinyusb/common/assertion.h
+++ b/tinyusb/common/assertion.h
@@ -54,7 +54,7 @@ extern "C"
#include <stdint.h>
#include "compiler/compiler.h"
-#include "hal/hal.h" // TODO find a way to break hal dependency
+#include "tusb_hal.h" // TODO find a way to break hal dependency
#define VOID_RETURN