diff options
| author | hathach <[email protected]> | 2018-03-02 18:43:00 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2018-03-02 18:50:30 +0700 |
| commit | 7ee801a2095adacaadb5edd88356031160bfb0dd (patch) | |
| tree | 5468436fce78dcb842a00e75f0aa9c232a0d66d2 /tinyusb/common/assertion.h | |
| parent | 299c92f2fc3845e9a9dbf43374e011c243c88578 (diff) | |
rename hal.h to tusb_hal.h
Diffstat (limited to 'tinyusb/common/assertion.h')
| -rw-r--r-- | tinyusb/common/assertion.h | 2 |
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
|
