nuttx/drivers/thermal
wangjianyu3 68d5516c90 Thermal/dummy: Fix warning
```
CID 1159822: (#1 of 2): 宏将无符号值与 0 做了比较 (NO_EFFECT)
unsigned_compare: 不带符号值的此 greater-than-or-equal-to-zero 比较总是为 true。index >= 0U。
```
Signed-off-by: wangjianyu3 <wangjianyu3@xiaomi.com>
2024-09-23 08:57:29 +08:00
..
Kconfig Thermal: Add dummy driver 2024-09-23 08:57:29 +08:00
Make.defs Thermal: Add dummy driver 2024-09-23 08:57:29 +08:00
thermal_core.c Thermal: Check trip type in thermal_zone_device_register(). 2024-09-23 08:57:29 +08:00
thermal_core.h Thermal: Add dummy driver 2024-09-23 08:57:29 +08:00
thermal_cpufreq_cooling.c Thermal: Support cpufreq cooling device 2024-09-23 08:57:29 +08:00
thermal_dummy.c Thermal/dummy: Fix warning 2024-09-23 08:57:29 +08:00
thermal_procfs.c Thermal: Add procfs file nodes 2024-09-23 08:57:29 +08:00
thermal_step_wise.c