From 78d052570333ea0b8171aca6b54fc816274c747b Mon Sep 17 00:00:00 2001 From: yyl Date: Tue, 16 Jan 2024 01:08:33 +0000 Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E4=BA=A41?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: yyl --- interfaces/kits/c/oh_sensor.h | 1 + interfaces/kits/c/oh_sensor_type.h | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/interfaces/kits/c/oh_sensor.h b/interfaces/kits/c/oh_sensor.h index ee0d78c6..2f63c219 100644 --- a/interfaces/kits/c/oh_sensor.h +++ b/interfaces/kits/c/oh_sensor.h @@ -96,4 +96,5 @@ Sensor_Result OH_Sensor_Unsubscribe(const Sensor_SubscriptionId *id, const Senso #ifdef __cplusplus } #endif +/** @} */ #endif // OH_SENSOR_H \ No newline at end of file diff --git a/interfaces/kits/c/oh_sensor_type.h b/interfaces/kits/c/oh_sensor_type.h index 16f05c98..f4d51c5b 100644 --- a/interfaces/kits/c/oh_sensor_type.h +++ b/interfaces/kits/c/oh_sensor_type.h @@ -34,7 +34,7 @@ #ifndef OH_SENSOR_TYPE_H #define OH_SENSOR_TYPE_H -#include +#include #ifdef __cplusplus extern "C" { @@ -493,4 +493,5 @@ int32_t OH_SensorSubscriber_GetCallback(Sensor_Subscriber* subscriber, Sensor_Ev #ifdef __cplusplus } #endif +/** @} */ #endif // OH_SENSOR_TYPE_H \ No newline at end of file -- Gitee