Removed some leftovers

This commit is contained in:
Klaudiusz Staniek
2019-10-06 19:21:03 +02:00
parent 94844651b9
commit a57b39a918

View File

@@ -1497,7 +1497,6 @@ void _process_MMPLUSStatusMessage(_EMS_RxTelegram * EMS_RxTelegram) {
if (EMS_RxTelegram->data_length == 1) {
} else if (EMS_RxTelegram->data_length > 8) {
uint8_t hc_temp = _toShort(3);
EMS_Mixing.hc[hc].flowTemp = _toShort(EMS_OFFSET_MMPLUSStatusMessage_flow_temp);
}
}