summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/hal-backend-sensor.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/hal-backend-sensor.cpp b/src/hal-backend-sensor.cpp
index b166c58..226541f 100644
--- 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,
};