tcs/test: extern tsS3Ablob from ut
This commit is contained in:
parent
1b4c2faf26
commit
b6cfa2c7f1
|
@ -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,
|
||||||
|
|
|
@ -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;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue