修改编译问题

Signed-off-by: 张中一 <zhangzhongyi1@huawei.com>
This commit is contained in:
张中一
2024-12-27 17:10:32 +08:00
committed by 张中一
parent bd9ba7385a
commit 06ea03be92
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -47,7 +47,7 @@ extern "C" {
#endif
enum devid_type {
DEVID_NETID = 0;
DEVID_NETID = 0,
DEVID_UDID = 1,
};
+1 -1
View File
@@ -57,7 +57,7 @@ enum tee_measure_result_value {
TEE_MEASURE_ERROR_MSPC_NOT_SUPPORT = 0x00000008,
TEE_MEASURE_ERROR_REPORT_NOT_SUPPORT = 0x00000009,
TEE_MEASURE_ERROR_APM_NOT_SUPPORT = 0x0000000a,
}
};
/**
* @brief Record the recent measure errors.