From 7ee801a2095adacaadb5edd88356031160bfb0dd Mon Sep 17 00:00:00 2001 From: hathach Date: Fri, 2 Mar 2018 18:43:00 +0700 Subject: rename hal.h to tusb_hal.h --- tinyusb/common/assertion.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tinyusb/common/assertion.h') 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 #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 -- cgit v1.3.1