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


The following commit(s) were added to refs/heads/master by this push:
     new c99ce36  smp_svr (Zephyr) - Change comment for accuracy.
c99ce36 is described below

commit c99ce369773b38d5819c4635e267e2ee2c69c856
Author: Christopher Collins <ccoll...@apache.org>
AuthorDate: Wed Feb 14 15:31:44 2018 -0800

    smp_svr (Zephyr) - Change comment for accuracy.
    
    The original comment describing the example stats group wasn't entirely
    accurate.  It doesn't measure seconds since boot, it only approximates
    it.
---
 samples/smp_svr/zephyr/src/main.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/samples/smp_svr/zephyr/src/main.c 
b/samples/smp_svr/zephyr/src/main.c
index 022817c..53a0456 100644
--- a/samples/smp_svr/zephyr/src/main.c
+++ b/samples/smp_svr/zephyr/src/main.c
@@ -31,7 +31,7 @@
 #define DEVICE_NAME         CONFIG_BT_DEVICE_NAME
 #define DEVICE_NAME_LEN     (sizeof(DEVICE_NAME) - 1)
 
-/* Define an example stats group; tracks seconds of uptime. */
+/* Define an example stats group; approximates seconds since boot. */
 STATS_SECT_START(smp_svr_stats)
     STATS_SECT_ENTRY(ticks)
 STATS_SECT_END

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

Reply via email to