Commit c9e0e9b8 authored by Lucas Russo's avatar Lucas Russo

hal/debug/debug_subsys.h: add SM_PR debug subsystem

parent dee12280
...@@ -34,6 +34,7 @@ ...@@ -34,6 +34,7 @@
#define DBG_MSG_RAW 0x10 #define DBG_MSG_RAW 0x10
#define DBG_HAL_UTILS_RAW 0x20 #define DBG_HAL_UTILS_RAW 0x20
#define DBG_LIB_CLIENT_RAW 0x40 /* The client library shares this macros */ #define DBG_LIB_CLIENT_RAW 0x40 /* The client library shares this macros */
#define DBG_SM_PR_RAW 0x80
#define DBG_DEV_MNGR DBG_SUBSYS_GEN(DBG_DEV_MNGR_RAW) #define DBG_DEV_MNGR DBG_SUBSYS_GEN(DBG_DEV_MNGR_RAW)
#define DBG_DEV_IO DBG_SUBSYS_GEN(DBG_DEV_IO_RAW) #define DBG_DEV_IO DBG_SUBSYS_GEN(DBG_DEV_IO_RAW)
...@@ -43,6 +44,7 @@ ...@@ -43,6 +44,7 @@
#define DBG_HAL_UTILS DBG_SUBSYS_GEN(DBG_HAL_UTILS_RAW) #define DBG_HAL_UTILS DBG_SUBSYS_GEN(DBG_HAL_UTILS_RAW)
/* The client library shares this macros */ /* The client library shares this macros */
#define DBG_LIB_CLIENT DBG_SUBSYS_GEN(DBG_LIB_CLIENT_RAW) #define DBG_LIB_CLIENT DBG_SUBSYS_GEN(DBG_LIB_CLIENT_RAW)
#define DBG_SM_PR DBG_SUBSYS_GEN(DBG_SM_PR_RAW)
/****************** Debug levels macros ******************/ /****************** Debug levels macros ******************/
/* /*
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment