Skip to content

Commit 0c426cb

Browse files
committed
fixup! pkg/openthread: use RIOT shell as wrapper for ot cli
1 parent c04fbd3 commit 0c426cb

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

pkg/openthread/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,6 @@ $(PKG_BUILD_DIR)/Makefile:
8181
-DOT_PLATFORM=NO \
8282
-DOT_CONFIG="$(RIOTBASE)/pkg/openthread/include/platform_config.h" \
8383
-DOT_APP_CLI=$(OT_APP_CLI) \
84-
-DOT_CLI_TRANSPORT=CONSOLE \
84+
-DOT_CLI_TRANSPORT=CONSOLE \
8585
-DOT_JOINER=$(OT_JOINER) \
8686
-DOT_COAP=$(OT_COAP)

pkg/openthread/include/ot.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,6 @@ void ot_random_init(void);
165165

166166
/**
167167
* @brief Init shell for OpenThread CLI
168-
* @todo Make conditional?
169168
*/
170169
void ot_shell_init(otInstance *aInstance);
171170

0 commit comments

Comments
 (0)