summaryrefslogtreecommitdiff
path: root/src/version.map
diff options
context:
space:
mode:
author[email protected] <[email protected]>2019-03-21 11:23:48 +0800
committer[email protected] <[email protected]>2019-03-21 11:23:48 +0800
commitef55f76fbdbb455881700cbfe0074ec40b3ecc3b (patch)
tree168dc5009a837c8d8e178d31cdc10e67a47d61fe /src/version.map
parent9a84abed92611388da4769e474073bce2b9d8f84 (diff)
移除调试代码
1、移除调试地址转换错误的assert 2、内链cJSON,并且隐藏符号名
Diffstat (limited to 'src/version.map')
-rw-r--r--src/version.map9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/version.map b/src/version.map
new file mode 100644
index 0000000..c8fcc1a
--- /dev/null
+++ b/src/version.map
@@ -0,0 +1,9 @@
+VERS_2.4{
+global:
+ extern "C" {
+ ntc_ip_comm_init;
+ ntc_ip_comm_transfer_entry;
+ ntc_ip_comm_destroy;
+ };
+local: *;
+};