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>