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.
This commit is contained in:
parent
a42c1d9fd5
commit
21fc0c448e
1 changed files with 1 additions and 1 deletions
|
|
@ -127,7 +127,7 @@ STATIC const mp_rom_map_elem_t mp_module_zsensor_globals_table[] = {
|
||||||
C(MAGN_X),
|
C(MAGN_X),
|
||||||
C(MAGN_Y),
|
C(MAGN_Y),
|
||||||
C(MAGN_Z),
|
C(MAGN_Z),
|
||||||
C(TEMP),
|
C(DIE_TEMP),
|
||||||
C(PRESS),
|
C(PRESS),
|
||||||
C(PROX),
|
C(PROX),
|
||||||
C(HUMIDITY),
|
C(HUMIDITY),
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue