Skip to content

Commit 4cc3a24

Browse files
committed
fix(variant): I3C_SCL pin definition
Signed-off-by: Frederic Pillon <frederic.pillon@st.com>
1 parent 8fd87e0 commit 4cc3a24

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

variants/STM32U3xx/U375R(E-G)TxQ_U385RGTxQ/variant_NUCLEO_U385RG_Q.h

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,10 @@
136136
#define PIN_SERIAL_TX PA9
137137
#endif
138138

139+
#ifndef PIN_I3C_SCL
140+
#define PIN_I3C_SCL PB13_ALT1
141+
#endif
142+
139143
// SDMMC signals not available
140144
#define SDMMC_CDIR_NA
141145

0 commit comments

Comments
 (0)