diff options
| author | Wini-Buh <[email protected]> | 2021-06-02 21:33:32 +0200 |
|---|---|---|
| committer | Wini-Buh <[email protected]> | 2021-06-02 21:33:32 +0200 |
| commit | e26cf6b26ca0d7c54f71332896d4bed9c418844a (patch) | |
| tree | bf1d87d71d12557effcd0602c042c680df43f9ab /src | |
| parent | b4f092ec74d85d4e5567ebb45e1bd0dec20f0e02 (diff) | |
Missing RX device dependency corrected
Diffstat (limited to 'src')
| -rw-r--r-- | src/portable/renesas/usba/dcd_usba.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/portable/renesas/usba/dcd_usba.c b/src/portable/renesas/usba/dcd_usba.c index 54410ff0b..0e7881383 100644 --- a/src/portable/renesas/usba/dcd_usba.c +++ b/src/portable/renesas/usba/dcd_usba.c @@ -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; |
