commit | bcf86c99f1bd133d56f1dd97335e341f446d2606 | [log] [tgz] |
---|---|---|
author | b.liu <b.liu@mobiletek.cn> | Mon Aug 19 19:48:28 2024 +0800 |
committer | b.liu <b.liu@mobiletek.cn> | Mon Aug 19 19:48:28 2024 +0800 |
tree | 6f5026bff5c648e9eac5146a6d45b32b5cff32ec | |
parent | b184fc2dc89893269222c501a00ca691f815cf51 [diff] [blame] |
Add mbtk_source git commit info Change-Id: I9867613657db269bba81d28c4b3712062ae41bdd
diff --git a/mbtk/libql_lib_v2/src/ql_common.c b/mbtk/libql_lib_v2/src/ql_common.c index 70d0ad3..d269b82 100755 --- a/mbtk/libql_lib_v2/src/ql_common.c +++ b/mbtk/libql_lib_v2/src/ql_common.c
@@ -1,5 +1,6 @@ #include <stdlib.h> #include "ql/ql_common.h" +#include "mbtk_log.h" void Ql_Powerdown(int mode) { @@ -19,3 +20,8 @@ } +void ql_lib_info_print() +{ + MBTK_SOURCE_INFO_PRINT("ql_lib"); +} +