mirror of
https://github.com/openharmony/sensors_medical_sensor.git
synced 2026-07-01 23:04:16 -04:00
medical sensor code specification modification
Signed-off-by: bailu1992 <bailu27@huawei.com>
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user