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-mcumgr.git

commit 6e7722722ed385c113f669e3435e91efbd581fdc
Author: Christopher Collins <ccoll...@apache.org>
AuthorDate: Mon Feb 12 13:17:48 2018 -0800

    smp_svr/CMakeLists.txt: remove FROM_WHO variable
    
    This variable is unnecessary.  It was a leftover from the original
    CMakeLists.txt file used as a template.
---
 samples/smp_svr/zephyr/CMakeLists.txt | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/samples/smp_svr/zephyr/CMakeLists.txt 
b/samples/smp_svr/zephyr/CMakeLists.txt
index 7765cb4..612b436 100644
--- a/samples/smp_svr/zephyr/CMakeLists.txt
+++ b/samples/smp_svr/zephyr/CMakeLists.txt
@@ -19,11 +19,6 @@ project(NONE)
 
 assert_exists(DTC_OVERLAY_FILE)
 
-# This string ends up getting printed in the device console
-if (NOT DEFINED FROM_WHO)
-  set(FROM_WHO Zephyr)
-endif()
-
 target_sources(app PRIVATE
     src/main.c
 )

-- 
To stop receiving notification emails like this one, please contact
ccoll...@apache.org.

Reply via email to