zephyr/modzsensor: Rename "TEMP" sensor channel to "DIE_TEMP".

I.e. on-die temperature sensor.  Upstream made more fine-grained channels
for different kinds of temperature.
pull/1/head
Paul Sokolovsky 2018-11-02 20:30:12 +03:00 committed by Damien George
parent a42c1d9fd5
commit 21fc0c448e
1 changed files with 1 additions and 1 deletions

View File

@ -127,7 +127,7 @@ STATIC const mp_rom_map_elem_t mp_module_zsensor_globals_table[] = {
C(MAGN_X),
C(MAGN_Y),
C(MAGN_Z),
C(TEMP),
C(DIE_TEMP),
C(PRESS),
C(PROX),
C(HUMIDITY),