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 ccf0686  sys/log: Re-add LOG_MODULE_PERUSER
ccf0686 is described below

commit ccf06868ba49e87b2c844f9245c7d32d51851eb8
Author: Christopher Collins <ccoll...@apache.org>
AuthorDate: Fri Aug 2 11:16:14 2019 -0700

    sys/log: Re-add LOG_MODULE_PERUSER
    
    This constant was removed in a recent commit
    (46a14478933942708562e33a4650f2fede37342e).  We should keep this
    constant around to maintain backwards compatibility.  Applications may
    define their own log modules with IDs based on this constant.
---
 sys/log/common/include/log_common/log_common.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/sys/log/common/include/log_common/log_common.h 
b/sys/log/common/include/log_common/log_common.h
index b85ecd9..a9ee6a1 100644
--- a/sys/log/common/include/log_common/log_common.h
+++ b/sys/log/common/include/log_common/log_common.h
@@ -67,6 +67,7 @@ struct log;
 #define LOG_MODULE_IOTIVITY         7
 #define LOG_MODULE_TEST             8
 
+#define LOG_MODULE_PERUSER          64
 #define LOG_MODULE_MAX              (255)
 
 #define LOG_ETYPE_STRING         (0)

Reply via email to