From: TaeminYeom Date: Thu, 13 Jan 2022 04:52:43 +0000 (+0900) Subject: Change const to macro X-Git-Tag: accepted/tizen/6.5/unified/20220128.144228^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=88172fbfb53d0b23c7084414ac884180f65600cb;p=platform%2Fcore%2Fsystem%2Fsensord.git Change const to macro Change-Id: I14c228bdb4bf501177b0c7bf3edcf7a5b3076737 Signed-off-by: TaeminYeom (cherry picked from commit 40403d74f56effd1b6f301ae9b559668a50d02df) --- diff --git a/include/sensor_internal.h b/include/sensor_internal.h index 05afbcc..e331764 100644 --- a/include/sensor_internal.h +++ b/include/sensor_internal.h @@ -33,7 +33,7 @@ #include #include -const unsigned int SENSOR_BATCH_LATENCY_DEFAULT = UINT_MAX; +#define SENSOR_BATCH_LATENCY_DEFAULT UINT_MAX #ifdef __cplusplus extern "C"