Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 002750ce authored by Ravi Aravamudhan's avatar Ravi Aravamudhan
Browse files

diag: Change bit mask value for Sensors STM



The value of sensors STM bit mask was set incorrectly leading to
erroneous calculations. This patch adds the correct value for
Sensors STM bit mask.

Change-Id: I6aad29025068f8386da30bff785e7e10fe282cc0
Signed-off-by: default avatarRavi Aravamudhan <aravamud@codeaurora.org>
parent 2769291d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -68,7 +68,7 @@
#define DIAG_STM_LPASS	0x02
#define DIAG_STM_WCNSS	0x04
#define DIAG_STM_APPS	0x08
#define DIAG_STM_SENSORS 0x16
#define DIAG_STM_SENSORS 0x10

#define INVALID_PID		-1
#define DIAG_CMD_FOUND		1