Fix some compiler warnings
This commit is contained in:
parent
039302bf4c
commit
8c81e6341a
2 changed files with 25 additions and 23 deletions
|
|
@ -991,6 +991,8 @@ float Temperature::analog2temp(const int raw, const uint8_t e) {
|
|||
const short(*tt)[][2] = (short(*)[][2])(heater_ttbl_map[e]);
|
||||
SCAN_THERMISTOR_TABLE((*tt), heater_ttbllen_map[e]);
|
||||
#endif
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
||||
#if HAS_HEATED_BED
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue