Fix some compiler warnings

This commit is contained in:
Scott Lahteine
2018-05-12 05:27:51 -05:00
parent 3614e6ce0f
commit f5aaa2d6c0
2 changed files with 25 additions and 23 deletions

View File

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