fix SIM sensor rpmsg runtime error by asan report.
Signed-off-by: likun17 <likun17@xiaomi.com>
This commit is contained in:
parent
a0206adcfa
commit
50fe301e8f
1 changed files with 2 additions and 2 deletions
|
|
@ -303,8 +303,8 @@
|
|||
|
||||
/* The additional sensor open flags */
|
||||
|
||||
#define SENSOR_REMOTE (1 << 31)
|
||||
#define SENSOR_PERSIST (1 << 30)
|
||||
#define SENSOR_REMOTE (1u << 31)
|
||||
#define SENSOR_PERSIST (1u << 30)
|
||||
|
||||
/****************************************************************************
|
||||
* Inline Functions
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue