Commit 1d9f4cbf authored by Lucas Russo's avatar Lucas Russo

hal/*: add SMCH to debug subsystem

parent bae40afc
......@@ -35,6 +35,7 @@
#define DBG_HAL_UTILS_RAW 0x20
#define DBG_LIB_CLIENT_RAW 0x40 /* The client library shares this macros */
#define DBG_SM_PR_RAW 0x80
#define DBG_SM_CH_RAW 0x100
#define DBG_DEV_MNGR DBG_SUBSYS_GEN(DBG_DEV_MNGR_RAW)
#define DBG_DEV_IO DBG_SUBSYS_GEN(DBG_DEV_IO_RAW)
......@@ -45,6 +46,7 @@
/* The client library shares this macros */
#define DBG_LIB_CLIENT DBG_SUBSYS_GEN(DBG_LIB_CLIENT_RAW)
#define DBG_SM_PR DBG_SUBSYS_GEN(DBG_SM_PR_RAW)
#define DBG_SM_CH DBG_SUBSYS_GEN(DBG_SM_CH_RAW)
/****************** Debug levels macros ******************/
/*
......
......@@ -31,6 +31,7 @@
* DBG_MSG
* DBG_LIB_CLIENT
* DBG_SM_PR
* DBG_SM_CH
*/
#define DBG_SUBSYS_ON (\
......@@ -38,9 +39,10 @@
DBG_DEV_IO | \
DBG_SM_IO | \
DBG_LIB_CLIENT | \
DBG_SM_PR | \
DBG_SM_CH | \
DBG_LL_IO | \
DBG_HAL_UTILS)
/* DBG_LL_IO | \ */
/* DBG_MSG | \ */
/* DBG_SM_PR | \ */
#endif
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