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 c04fbd3 commit 0c426cbCopy full SHA for 0c426cb
pkg/openthread/Makefile
@@ -81,6 +81,6 @@ $(PKG_BUILD_DIR)/Makefile:
81
-DOT_PLATFORM=NO \
82
-DOT_CONFIG="$(RIOTBASE)/pkg/openthread/include/platform_config.h" \
83
-DOT_APP_CLI=$(OT_APP_CLI) \
84
- -DOT_CLI_TRANSPORT=CONSOLE \
+ -DOT_CLI_TRANSPORT=CONSOLE \
85
-DOT_JOINER=$(OT_JOINER) \
86
-DOT_COAP=$(OT_COAP)
pkg/openthread/include/ot.h
@@ -165,7 +165,6 @@ void ot_random_init(void);
165
166
/**
167
* @brief Init shell for OpenThread CLI
168
- * @todo Make conditional?
169
*/
170
void ot_shell_init(otInstance *aInstance);
171
0 commit comments