From b6cfa2c7f11f68134a204ffd2bb736f43eeffebc Mon Sep 17 00:00:00 2001 From: Minglei Jin Date: Thu, 17 Oct 2024 09:48:19 +0800 Subject: [PATCH] tcs/test: extern tsS3Ablob from ut --- source/libs/tcs/inc/tcsInt.h | 2 ++ source/libs/tcs/src/tcs.c | 2 -- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/source/libs/tcs/inc/tcsInt.h b/source/libs/tcs/inc/tcsInt.h index a7e304b544..b24a47aa98 100644 --- a/source/libs/tcs/inc/tcsInt.h +++ b/source/libs/tcs/inc/tcsInt.h @@ -26,6 +26,8 @@ extern "C" { #endif +extern int8_t tsS3Ablob; + typedef enum { TOS_PROTO_NIL, TOS_PROTO_S3, diff --git a/source/libs/tcs/src/tcs.c b/source/libs/tcs/src/tcs.c index 1716228d5c..73cb64c34d 100644 --- a/source/libs/tcs/src/tcs.c +++ b/source/libs/tcs/src/tcs.c @@ -24,8 +24,6 @@ STcs tcs; -extern int8_t tsS3Ablob; - int32_t tcsInit() { int32_t code = 0;