From 5f69029dcdaa8cf3120b2d58df56b230dca952d2 Mon Sep 17 00:00:00 2001 From: hathach Date: Fri, 9 Mar 2018 19:55:01 +0700 Subject: rename hal_usb to hal_tusb.h --- tinyusb/tusb_hal.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tinyusb') diff --git a/tinyusb/tusb_hal.h b/tinyusb/tusb_hal.h index 33d44c873..1dc905dc9 100644 --- a/tinyusb/tusb_hal.h +++ b/tinyusb/tusb_hal.h @@ -54,7 +54,7 @@ extern "C" { #include "common/compiler/compiler.h" // from mcu port -#include "hal_usb.h" +#include "hal_tusb.h" //--------------------------------------------------------------------+ // HAL API -- cgit v1.3.1