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 57bc98f commit 4c54335Copy full SHA for 4c54335
ports/stm32/boards/ARDUINO_OPTA/manifest.py
@@ -14,5 +14,8 @@
14
# Register external library
15
add_library("arduino-lib", "$(ARDUINO_LIB_DIR)")
16
17
+# Opta modules.
18
+require("opta", library="arduino-lib")
19
+
20
# RPC
21
require("msgpackrpc", library="arduino-lib")
0 commit comments