diff options
| author | hathach <[email protected]> | 2023-07-18 15:27:51 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2023-07-18 16:22:05 +0700 |
| commit | 2cd0b9ec35465aa54c57aee9cce68e556859db07 (patch) | |
| tree | 68d2a92e855456d2cba049a754b2bda0234a0f84 /hw/bsp/lpc18 | |
| parent | 6798e7e059d81268f04a3e206e6c4354b295dbf1 (diff) | |
fix etm trace clock with stm32h743eval board
Diffstat (limited to 'hw/bsp/lpc18')
| -rw-r--r-- | hw/bsp/lpc18/boards/mcb1800/board.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/hw/bsp/lpc18/boards/mcb1800/board.h b/hw/bsp/lpc18/boards/mcb1800/board.h index 5bfaa37cd..93b3cd112 100644 --- a/hw/bsp/lpc18/boards/mcb1800/board.h +++ b/hw/bsp/lpc18/boards/mcb1800/board.h @@ -71,7 +71,6 @@ static inline void board_lpc18_pinmux(void) { // USB0 { 0x6, 3, SCU_MODE_PULLUP | SCU_MODE_INBUFF_EN | SCU_MODE_FUNC1 }, // P6_3 USB0_PWR_EN, USB0 VBus function - { 0x9, 5, SCU_MODE_PULLUP | SCU_MODE_INBUFF_EN | SCU_MODE_FUNC2 }, // P9_5 USB1_VBUS_EN, USB1 VBus function { 0x2, 5, SCU_MODE_INACT | SCU_MODE_INBUFF_EN | SCU_MODE_ZIF_DIS | SCU_MODE_FUNC2 }, // P2_5 USB1_VBUS, MUST CONFIGURE THIS SIGNAL FOR USB1 NORMAL OPERATION }; |
