From 6e879bb0a020e451db06cc1e9f219ea93423ac29 Mon Sep 17 00:00:00 2001 From: hellohyh001 Date: Mon, 8 Jan 2024 08:06:29 +0000 Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E9=99=A4=E9=A9=AC=E8=BE=BEcapi?= =?UTF-8?q?=E5=91=BD=E5=90=8D=E7=A9=BA=E9=97=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: hellohyh001 --- sensors/miscdevice/vibrator/include/vibrator.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/sensors/miscdevice/vibrator/include/vibrator.h b/sensors/miscdevice/vibrator/include/vibrator.h index 0dd94c320..28c71aa73 100644 --- a/sensors/miscdevice/vibrator/include/vibrator.h +++ b/sensors/miscdevice/vibrator/include/vibrator.h @@ -39,8 +39,6 @@ extern "C" { #endif -namespace OHOS { -namespace Sensors { /** * @brief Controls the vibrator to vibrate continuously for a given duration. * @@ -80,8 +78,6 @@ int32_t OH_Vibrator_PlayVibrationCustom(Vibrator_FileDescription fileDescription * @since 11 */ int32_t OH_Vibrator_Cancel(); -} // namespace Sensors -} // namespace OHOS #ifdef __cplusplus }; #endif -- Gitee