Revert UA_SENSOR_MAX value and remove the description 70/256970/1
authorDoHyun Pyun <dh79.pyun@samsung.com>
Thu, 15 Apr 2021 23:07:26 +0000 (08:07 +0900)
committerDoHyun Pyun <dh79.pyun@samsung.com>
Thu, 15 Apr 2021 23:08:53 +0000 (08:08 +0900)
Change-Id: I671e7b10437957ebb068c9d0566eda4b2af35686
Signed-off-by: DoHyun Pyun <dh79.pyun@samsung.com>
include/user-awareness-type.h

index fb5405e84056ce0c0bc23ffec008aefdc76197d8..5fb4be5afb8c66e444379cae2127c260f5dc1f90 100755 (executable)
@@ -148,7 +148,7 @@ typedef enum {
        UA_SENSOR_MOTION = 0x00000008, /**< Motion Sensor */
        UA_SENSOR_LIGHT = 0x00000010, /**< Light Sensor */
        UA_SENSOR_AUDIO = 0x00000020, /**< Audio Sensor */
-       UA_SENSOR_MAX = 0x10000000,
+       UA_SENSOR_MAX,
        UA_SENSOR_ALL = 0xFFFFFFFF /**< All sensors */
 } ua_sensor_type_e;