Fix some compiler warnings
This commit is contained in:
@ -1009,6 +1009,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
|
||||
|
Reference in New Issue
Block a user