Skip to content

Commit

Permalink
fix(stm32variant): crash when no I3C
Browse files Browse the repository at this point in the history
Signed-off-by: Frederic Pillon <[email protected]>
  • Loading branch information
fpistm committed Jun 20, 2023
1 parent d5cd171 commit 983ff6b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CI/update/stm32variant.py
Original file line number Diff line number Diff line change
Expand Up @@ -677,8 +677,8 @@ def i2c_pinmap(lst):

def i3c_pinmap(lst):
i3c_pins_list = []
winst = []
wpin = []
winst = [0]
wpin = [0]
mode = "STM_MODE_AF_OD"
if lst == i3csda_list:
aname = "I3C_SDA"
Expand Down

0 comments on commit 983ff6b

Please sign in to comment.