projects
/
platform
/
core
/
system
/
sensord.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
aff1008
)
Change const to macro
51/269351/1
accepted/tizen/unified/20220128.144517
submit/tizen/20220127.011830
author
TaeminYeom
<taemin.yeom@samsung.com>
Thu, 13 Jan 2022 04:52:43 +0000
(13:52 +0900)
committer
TaeminYeom
<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
patch
|
blob
|
history
diff --git
a/include/sensor_internal.h
b/include/sensor_internal.h
index 05afbcccb3003528cbe2dbb2e7c97ddf7d068a13..e331764ce600072153eced3b6f813c63e96c04c8 100644
(file)
--- a/
include/sensor_internal.h
+++ b/
include/sensor_internal.h
@@
-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"