Change const to macro 51/269351/1 accepted/tizen/unified/20220128.144517 submit/tizen/20220127.011830
authorTaeminYeom <taemin.yeom@samsung.com>
Thu, 13 Jan 2022 04:52:43 +0000 (13:52 +0900)
committerTaeminYeom <taemin.yeom@samsung.com>
Thu, 13 Jan 2022 04:52:43 +0000 (13:52 +0900)
Change-Id: I14c228bdb4bf501177b0c7bf3edcf7a5b3076737
Signed-off-by: TaeminYeom <taemin.yeom@samsung.com>
include/sensor_internal.h

index 05afbcccb3003528cbe2dbb2e7c97ddf7d068a13..e331764ce600072153eced3b6f813c63e96c04c8 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"