added DBG_IMC and DBG_IMV debug options

This commit is contained in:
Andreas Steffen
2011-05-29 10:25:13 +02:00
parent 608657519a
commit a6cb374136
3 changed files with 10 additions and 0 deletions
+4
View File
@@ -28,6 +28,8 @@ ENUM(debug_names, DBG_DMN, DBG_LIB,
"NET",
"ENC",
"TNC",
"IMC",
"IMV",
"TLS",
"LIB",
);
@@ -43,6 +45,8 @@ ENUM(debug_lower_names, DBG_DMN, DBG_LIB,
"net",
"enc",
"tnc",
"imc",
"imv",
"tls",
"lib",
);