mirror of
https://github.com/hathach/tinyusb.git
synced 2025-01-17 05:32:55 +08:00
Missing RX device dependency corrected
This commit is contained in:
parent
b4f092ec74
commit
e26cf6b26c
@ -566,9 +566,9 @@ void dcd_init(uint8_t rhport)
|
|||||||
USB0.SYSCFG.BIT.DCFM = 0;
|
USB0.SYSCFG.BIT.DCFM = 0;
|
||||||
USB0.SYSCFG.BIT.USBE = 1;
|
USB0.SYSCFG.BIT.USBE = 1;
|
||||||
|
|
||||||
USB0.PHYSLEW.LONG = 0x5;
|
|
||||||
USB.DPUSR0R.BIT.FIXPHY0 = 0u; /* USB0 Transceiver Output fixed */
|
USB.DPUSR0R.BIT.FIXPHY0 = 0u; /* USB0 Transceiver Output fixed */
|
||||||
#if ( CFG_TUSB_MCU == OPT_MCU_RX72N )
|
#if ( CFG_TUSB_MCU == OPT_MCU_RX72N )
|
||||||
|
USB0.PHYSLEW.LONG = 0x5;
|
||||||
IR(PERIB, INTB185) = 0;
|
IR(PERIB, INTB185) = 0;
|
||||||
#else
|
#else
|
||||||
IR(USB0, USBI0) = 0;
|
IR(USB0, USBI0) = 0;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user