apache / nuttx-apps

Apache NuttX Apps is a collection of tools, shells, network utilities, libraries, interpreters and can be used with the NuttX RTOS
https://nuttx.apache.org/
Apache License 2.0
268 stars 504 forks source link

apps: Make /dev/temp0 as default to system/lm75 #2306

Closed acassis closed 6 months ago

acassis commented 6 months ago

Summary

The stm32 common logic board uses /dev/temp0 as default, but system/lm75/lm75.c is trying to open /dev/temp instead

Impact

Make things work out of box

Testing

stm32

cederom commented 6 months ago

CI failed (cancelled status) but this change seems trivial and already verified :-)