[td-32] change error code type

This commit is contained in:
hjxilinx 2020-03-21 21:46:11 +08:00
parent e996995193
commit 699c1bbd7d
1 changed files with 1 additions and 1 deletions

View File

@ -500,7 +500,7 @@ typedef struct {
} SQueryTableMsg;
typedef struct {
char code;
int32_t code;
uint64_t qhandle;
} SQueryTableRsp;