aboutsummaryrefslogtreecommitdiffstats
path: root/CommonLibs/debug.h
diff options
context:
space:
mode:
authorPau Espin Pedrol <pespin@sysmocom.de>2018-04-25 12:17:10 +0200
committerHarald Welte <laforge@gnumonks.org>2018-06-13 21:45:32 +0000
commitc7a0bf1ffc7f92f8f51311a307f53e925f465320 (patch)
tree517c7da988345efa5ae3bf0e7cc93b25f4f64629 /CommonLibs/debug.h
parent940738e86aa9e69c0b5d76c75957e48244e65f28 (diff)
lms: Several improvements and compilation/runtime fixes
Continuation of initial work done on LimeSuite support from Harald. Change-Id: Ib2fca81b76d027b08e2891056fa076d071597783
Diffstat (limited to 'CommonLibs/debug.h')
-rw-r--r--CommonLibs/debug.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/CommonLibs/debug.h b/CommonLibs/debug.h
index 7038f4c..06ad74e 100644
--- a/CommonLibs/debug.h
+++ b/CommonLibs/debug.h
@@ -5,4 +5,5 @@ extern const struct log_info log_info;
/* Debug Areas of the code */
enum {
DMAIN,
+ DLMS,
};