Skip to content

Commit 22452c4

Browse files
committed
create init in board_definitions/
1 parent 01ab0ea commit 22452c4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -275,6 +275,7 @@ stubs:
275275
@cp -r tools/board_stubs/circuitpython_setboard circuitpython-stubs/circuitpython_setboard
276276
@$(PYTHON) -m build circuitpython-stubs
277277
@touch circuitpython-stubs/board/__init__.py
278+
@touch circuitpython-stubs/board_definitions/__init__.py
278279

279280
.PHONY: check-stubs
280281
check-stubs: stubs

0 commit comments

Comments
 (0)