commit | d26396c5561880204af7c90f3d92db319704e497 | [log] [tgz] |
---|---|---|
author | Jilay Pandya <jilay.pandya@outlook.com> | Sat Mar 01 13:58:46 2025 +0100 |
committer | Alberto Escolar <alberto.escolar.piedras@nordicsemi.no> | Fri Mar 07 20:22:10 2025 +0100 |
tree | c077633075918952e3bbd91db83a68b40c2683ee | |
parent | 07fc70a697332b06a6eff2d77ba124ae5d8d6ccc [diff] |
drivers: sensor: shell: fix logically deadcode issue sca finds the code to be logically dead considering the size of long to be 4 bytes. - Solution: use uint64_t type for the variable `value`. Signed-off-by: Jilay Pandya <jilay.pandya@outlook.com>