Commit f13830cf authored by Robert Schmidt's avatar Robert Schmidt

Include log module in ASN.1 config only if necessary

parent 59d1c14d
......@@ -49,8 +49,8 @@
* ```
*/
#include "common/utils/LOG/log.h"
#if TRACE_ASN1C_ENC_DEC
#include "common/utils/LOG/log.h"
#define ASN_DEBUG(x...) do{ LOG_I(ASN1,x);LOG_I(ASN1,"\n"); } while(false)
#else
#define ASN_DEBUG(x...)
......
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