Skip to content

Commit 528301c

Browse files
author
Daniel Dakhno
committed
fixed build for wrong chips
1 parent e23dd58 commit 528301c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

zephyr_convert.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ def find_nrf(path, board):
120120
socs = board['socs']
121121
for soc in socs:
122122
name = soc['name']
123-
if name.startswith('nrf'):
123+
if name.startswith('nrf5'):
124124
extract_pins(path, board, name)
125125
return
126126
continue

0 commit comments

Comments
 (0)