We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 01ab0ea commit 22452c4Copy full SHA for 22452c4
Makefile
@@ -275,6 +275,7 @@ stubs:
275
@cp -r tools/board_stubs/circuitpython_setboard circuitpython-stubs/circuitpython_setboard
276
@$(PYTHON) -m build circuitpython-stubs
277
@touch circuitpython-stubs/board/__init__.py
278
+ @touch circuitpython-stubs/board_definitions/__init__.py
279
280
.PHONY: check-stubs
281
check-stubs: stubs
0 commit comments