You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mynewt.apache.org by cc...@apache.org on 2017/07/07 23:31:14 UTC

[mynewt-core] branch master updated: bletiny - fix build.

This is an automated email from the ASF dual-hosted git repository.

ccollins pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/mynewt-core.git


The following commit(s) were added to refs/heads/master by this push:
     new 7b03a1d  bletiny - fix build.
7b03a1d is described below

commit 7b03a1d1f1aa0c5fa710eb4a4a4c3dab8c15b82b
Author: Christopher Collins <cc...@apache.org>
AuthorDate: Fri Jul 7 16:30:29 2017 -0700

    bletiny - fix build.
---
 apps/bletiny/src/cmd.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/apps/bletiny/src/cmd.c b/apps/bletiny/src/cmd.c
index d358827..cabf68b 100644
--- a/apps/bletiny/src/cmd.c
+++ b/apps/bletiny/src/cmd.c
@@ -404,11 +404,13 @@ help_cmd_conn_start_end(void)
     console_printf("\t%s=<val> %s=<val> %s=<val>\n", "conn", "start", "end");
 }
 
+#if !MYNEWT_VAL(BLETINY_HELP)
 static void
 bletiny_help_disabled(void)
 {
     console_printf("bletiny help is disabled in this build\n");
 }
+#endif
 
 static void
 bletiny_adv_help(void)

-- 
To stop receiving notification emails like this one, please contact
['"commits@mynewt.apache.org" <co...@mynewt.apache.org>'].