move mcu usb port back to tinyusb's portable folder

This commit is contained in:
hathach 2018-03-23 12:24:24 +07:00
parent 6d50d05d95
commit 2c18805aa9
6 changed files with 1 additions and 1 deletions

View File

@ -37,9 +37,9 @@
/**************************************************************************/ /**************************************************************************/
#include "common/tusb_common.h" #include "common/tusb_common.h"
#if TUSB_CFG_MCU == MCU_LPC175X_6X
#include "hal_usb.h" #include "hal_usb.h"
#if TUSB_CFG_MCU == MCU_LPC175X_6X
void tusb_hal_int_enable(uint8_t rhport) void tusb_hal_int_enable(uint8_t rhport)
{ {