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/tusb.h | |
| parent | 299c92f2fc3845e9a9dbf43374e011c243c88578 (diff) | |
rename hal.h to tusb_hal.h
Diffstat (limited to 'tinyusb/tusb.h')
| -rw-r--r-- | tinyusb/tusb.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tinyusb/tusb.h b/tinyusb/tusb.h index 5eabf0666..84ab07a30 100644 --- a/tinyusb/tusb.h +++ b/tinyusb/tusb.h @@ -47,7 +47,7 @@ // INCLUDE
//--------------------------------------------------------------------+
#include "common/common.h"
-#include "hal/hal.h"
+#include "tusb_hal.h"
#include "osal/osal.h"
//------------- HOST -------------//
|
