projects
/
platform
/
hal
/
backend
/
tw3
/
sensor-tw3.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e9484ce
)
Update ABI version
90/271090/1
accepted/tizen_7.0_unified
accepted/tizen_7.0_unified_hotfix
accepted/tizen_8.0_unified
tizen_7.0
tizen_7.0_hotfix
tizen_8.0
accepted/tizen/7.0/unified/20221110.060350
accepted/tizen/7.0/unified/hotfix/20221116.110423
accepted/tizen/8.0/unified/20231005.094512
accepted/tizen/unified/20220601.141609
submit/tizen/20220531.024845
tizen_7.0_m2_release
tizen_8.0_m2_release
author
TaeminYeom
<taemin.yeom@samsung.com>
Tue, 15 Feb 2022 07:30:43 +0000
(16:30 +0900)
committer
TaeminYeom
<taemin.yeom@samsung.com>
Tue, 15 Feb 2022 07:30:43 +0000
(16:30 +0900)
Change-Id: I63b318f593ead22b97d65295cb5dfbc78eae0804
Signed-off-by: TaeminYeom <taemin.yeom@samsung.com>
src/hal-backend-sensor.cpp
patch
|
blob
|
history
diff --git
a/src/hal-backend-sensor.cpp
b/src/hal-backend-sensor.cpp
index b166c587dff2449928c5484ce12bb9dbf9c7d706..226541fd5837d06fa5b1b143f7eb2161b36d19fc 100644
(file)
--- a/
src/hal-backend-sensor.cpp
+++ b/
src/hal-backend-sensor.cpp
@@
-87,7
+87,7
@@
static int sensor_tw3_exit(void *data) {
extern "C" hal_backend hal_backend_sensor_data = {
.name = "sensor-tw3",
.vendor = "Tizen",
- .abi_version = HAL_ABI_VERSION_TIZEN_
6_5
,
+ .abi_version = HAL_ABI_VERSION_TIZEN_
7_0
,
.init = sensor_tw3_init,
.exit = sensor_tw3_exit,
};