medical sensor code specification modification

Signed-off-by: bailu1992 <bailu27@huawei.com>
This commit is contained in:
bailu1992
2023-12-15 18:27:06 +08:00
parent cc893038e5
commit cdeb9a940c
+1 -1
View File
@@ -57,7 +57,7 @@ int32_t ReportDataCache::CacheData(const struct SensorEvent* event, sptr<ReportD
HiLog::Error(LABEL, "%{public}s callback or circularBuf or event cannot be null", __func__);
return ERROR;
}
struct SensorEvent eventCopy = {
SensorEvent eventCopy = {
.sensorTypeId = event->sensorTypeId,
.version = event->version,
.timestamp = event->timestamp,