projects
/
sdk
/
emulator
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3ac27dd
)
bug fixed: variable initialization
author
Jinhyung Choi
<jinhyung2.choi@samsung.com>
Fri, 24 Oct 2014 05:57:10 +0000
(14:57 +0900)
committer
Jinhyung Choi
<jinhyung2.choi@samsung.com>
Fri, 24 Oct 2014 05:57:10 +0000
(14:57 +0900)
Change-Id: I03d305e898826dfd9774809f7bd9ea78b89333b7
Signed-off-by: Jinhyung Choi <jinhyung2.choi@samsung.com>
tizen/src/ecs/ecs_sensor.c
patch
|
blob
|
history
diff --git
a/tizen/src/ecs/ecs_sensor.c
b/tizen/src/ecs/ecs_sensor.c
index dbe0023275a6e4a6aab036d7ad8893c5951cfb12..4be4cea0c0b7e197ccfccd0454b1771820bcea4e 100644
(file)
--- a/
tizen/src/ecs/ecs_sensor.c
+++ b/
tizen/src/ecs/ecs_sensor.c
@@
-207,7
+207,7
@@
static void _req_set_sensor_uv(int len, const char* data)
static void _req_set_sensor_hrm(int len, const char* data)
{
char tmp[TEMP_BUF_SIZE];
- int hrm
, rri, index
;
+ int hrm
= 0, rri = 0, index = 0
;
// get sensor level
len += get_parse_val(data + len, tmp);