Skip to content

Commit 143275d

Browse files
committed
fix board_exclusion lookup
1 parent cebdadd commit 143275d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/shared_bindings_matrix.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@ def support_matrix_by_board():
233233
if base_with_exclusions[module]["excluded"]:
234234
for port in base_with_exclusions[module]["excluded"].values():
235235
#print(port)
236-
if board_name in port:
236+
if entry.name in port:
237237
board_has_module = False
238238

239239
if board_has_module:

0 commit comments

Comments
 (0)