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/device | |
| parent | 299c92f2fc3845e9a9dbf43374e011c243c88578 (diff) | |
rename hal.h to tusb_hal.h
Diffstat (limited to 'tinyusb/device')
| -rw-r--r-- | tinyusb/device/dcd_lpc43xx.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tinyusb/device/dcd_lpc43xx.c b/tinyusb/device/dcd_lpc43xx.c index a513084c2..3b69b4821 100644 --- a/tinyusb/device/dcd_lpc43xx.c +++ b/tinyusb/device/dcd_lpc43xx.c @@ -45,7 +45,7 @@ // INCLUDE
//--------------------------------------------------------------------+
#include "common/common.h"
-#include "hal/hal.h"
+#include "tusb_hal.h"
#include "osal/osal.h"
#include "common/timeout_timer.h"
|
