Browse Source

fw-api: CL 5278496 - update fw common interface files

Change ML debug log level
<Describe here the change summary in detail>

Change-Id: I589a09a17e24c863ff1e6c4e56eba1bdb457e7ff
CRs-Fixed: 2262693
spuligil 6 years ago
parent
commit
a3c0820208
1 changed files with 2 additions and 2 deletions
  1. 2 2
      fw/dbglog.h

+ 2 - 2
fw/dbglog.h

@@ -81,8 +81,8 @@ extern "C" {
 /* Debug Log levels*/
 
 typedef enum {
-	DBGLOG_ML = -1,
-    DBGLOG_VERBOSE,
+	DBGLOG_ML = 0,
+    DBGLOG_VERBOSE = 0,
     DBGLOG_INFO,
     DBGLOG_INFO_LVL_1,
     DBGLOG_INFO_LVL_2,