Skip to content

Commit 983ff6b

Browse files
committed
fix(stm32variant): crash when no I3C
Signed-off-by: Frederic Pillon <[email protected]>
1 parent d5cd171 commit 983ff6b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: CI/update/stm32variant.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -677,8 +677,8 @@ def i2c_pinmap(lst):
677677

678678
def i3c_pinmap(lst):
679679
i3c_pins_list = []
680-
winst = []
681-
wpin = []
680+
winst = [0]
681+
wpin = [0]
682682
mode = "STM_MODE_AF_OD"
683683
if lst == i3csda_list:
684684
aname = "I3C_SDA"

0 commit comments

Comments
 (0)