From: TaeminYeom Date: Thu, 13 Jan 2022 04:16:40 +0000 (+0900) Subject: Change define check name __SENSORD_INTERNAL_H__ X-Git-Tag: submit/tizen_6.5/20220127.012127~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=6538e4edce455fdd8d9ba1f9703610d38754d7e7;p=platform%2Fcore%2Fsystem%2Fsensord.git Change define check name __SENSORD_INTERNAL_H__ Change-Id: I2323c95a364e4e7fb899c1cf47c858b9b7ccad6b Signed-off-by: TaeminYeom --- diff --git a/include/sensor_internal.h b/include/sensor_internal.h index 26a29183..05afbccc 100644 --- a/include/sensor_internal.h +++ b/include/sensor_internal.h @@ -17,8 +17,8 @@ * */ -#ifndef __SENSOR_INTERNAL_H__ -#define __SENSOR_INTERNAL_H__ +#ifndef __SENSORD_INTERNAL_H__ +#define __SENSORD_INTERNAL_H__ #ifndef API #define API __attribute__((visibility("default"))) @@ -544,4 +544,4 @@ bool sensord_external_post(int handle, unsigned long long timestamp, const float } #endif -#endif +#endif /* __SENSORD_INTERNAL_H__ */