Fix some compiler warnings

This commit is contained in:
Scott Lahteine 2018-05-12 07:51:00 -05:00
parent 039302bf4c
commit 8c81e6341a
2 changed files with 25 additions and 23 deletions

View file

@ -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