commit | 7ebae7f569f919a4241017bd84815b8e3c613837 | [log] [tgz] |
---|---|---|
author | Aurelien Jarno <aurelien@aurel32.net> | Sat Aug 07 22:58:40 2021 +0200 |
committer | Christopher Friedt <chrisfriedt@gmail.com> | Mon Aug 09 11:32:43 2021 -0400 |
tree | 20fa0aaaa8c0cfc2bbfe87952a435458b6dc8ec6 | |
parent | 8ab219cde5a2d7a87e8d7704a92ffa838cd7473a [diff] |
drivers: sensors: ti_hdc20xx: use uint16_t variables to store the samples The temperature and humidity samples are 16 bits long and can therefore fit in a uint16_t variable. This save 4 bytes of RAM. Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>