Missing RX device dependency corrected

This commit is contained in:
Wini-Buh 2021-06-02 21:33:32 +02:00
parent b4f092ec74
commit e26cf6b26c
1 changed files with 1 additions and 1 deletions

View File

@ -566,9 +566,9 @@ void dcd_init(uint8_t rhport)
USB0.SYSCFG.BIT.DCFM = 0;
USB0.SYSCFG.BIT.USBE = 1;
USB0.PHYSLEW.LONG = 0x5;
USB.DPUSR0R.BIT.FIXPHY0 = 0u; /* USB0 Transceiver Output fixed */
#if ( CFG_TUSB_MCU == OPT_MCU_RX72N )
USB0.PHYSLEW.LONG = 0x5;
IR(PERIB, INTB185) = 0;
#else
IR(USB0, USBI0) = 0;