Change const to macro 52/269352/2 accepted/tizen/6.5/unified/20220128.144228 submit/tizen_6.5/20220127.012127 submit/tizen_6.5/20220127.085601
authorTaeminYeom <taemin.yeom@samsung.com>
Thu, 13 Jan 2022 04:52:43 +0000 (13:52 +0900)
committerHyotaek Shim <hyotaek.shim@samsung.com>
Thu, 13 Jan 2022 04:51:59 +0000 (04:51 +0000)
Change-Id: I14c228bdb4bf501177b0c7bf3edcf7a5b3076737
Signed-off-by: TaeminYeom <taemin.yeom@samsung.com>
(cherry picked from commit 40403d74f56effd1b6f301ae9b559668a50d02df)

include/sensor_internal.h

index 05afbcc..e331764 100644 (file)
@@ -33,7 +33,7 @@
 #include <sensor_deprecated.h>
 #include <sensor_internal_deprecated.h>
 
-const unsigned int SENSOR_BATCH_LATENCY_DEFAULT = UINT_MAX;
+#define SENSOR_BATCH_LATENCY_DEFAULT UINT_MAX
 
 #ifdef __cplusplus
 extern "C"