From: TaeminYeom Date: Thu, 13 Jan 2022 04:52:43 +0000 (+0900) Subject: Change const to macro X-Git-Tag: submit/tizen/20220127.011830^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=40403d74f56effd1b6f301ae9b559668a50d02df;p=platform%2Fcore%2Fsystem%2Fsensord.git Change const to macro Change-Id: I14c228bdb4bf501177b0c7bf3edcf7a5b3076737 Signed-off-by: TaeminYeom --- diff --git a/include/sensor_internal.h b/include/sensor_internal.h index 05afbccc..e331764c 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"