From 33a40709f3c14b366204925f0bddd2b87c73bb70 Mon Sep 17 00:00:00 2001 From: Kibak Yoon Date: Fri, 23 Jan 2015 14:47:54 +0900 Subject: [PATCH] sensord: modify the macro for avoiding build-break In both of CAPI and Internal API, declaration of sensor_option_e is duplicated and the macro should be changed by proper name Change-Id: I9b19791b44247d9684dba05845131ecbc41f3917 Signed-off-by: Kibak Yoon --- src/shared/sensor_common.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/shared/sensor_common.h b/src/shared/sensor_common.h index 6cd4bf1..113e924 100755 --- a/src/shared/sensor_common.h +++ b/src/shared/sensor_common.h @@ -140,7 +140,7 @@ enum sensor_accuracy_t { /* * To prevent naming confliction as using same enums as sensor CAPI use */ -#ifndef __SENSORS_H__ +#ifndef __SENSOR_H__ enum sensor_option_t { SENSOR_OPTION_DEFAULT = 0, SENSOR_OPTION_ON_IN_SCREEN_OFF = 1, -- 2.7.4