Update comments temperature.h

This commit is contained in:
Andrew 2025-10-29 23:06:24 -04:00 committed by GitHub
parent 00b8fc76a9
commit f02c2dfd97
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -977,9 +977,11 @@ class Temperature {
#endif
#endif
// High level conversion routines, for use outside of temperature.cpp
// inline so that there is no performance decrease.
// deg=degreeCelsius
/**
* High level conversion routines, for use outside of temperature.cpp
* inline so that there is no performance decrease.
* deg=degreeCelsius
*/
static celsius_float_t degHotend(const uint8_t E_NAME) {
return TERN0(HAS_HOTEND, temp_hotend[HOTEND_INDEX].celsius);