tcs/test: extern tsS3Ablob from ut

This commit is contained in:
Minglei Jin 2024-10-17 09:48:19 +08:00
parent 1b4c2faf26
commit b6cfa2c7f1
2 changed files with 2 additions and 2 deletions

View File

@ -26,6 +26,8 @@
extern "C" { extern "C" {
#endif #endif
extern int8_t tsS3Ablob;
typedef enum { typedef enum {
TOS_PROTO_NIL, TOS_PROTO_NIL,
TOS_PROTO_S3, TOS_PROTO_S3,

View File

@ -24,8 +24,6 @@
STcs tcs; STcs tcs;
extern int8_t tsS3Ablob;
int32_t tcsInit() { int32_t tcsInit() {
int32_t code = 0; int32_t code = 0;