remove the dumb hook
Some checks failed
EIVE/eive-obsw/pipeline/pr-develop There was a failure building this commit

This commit is contained in:
Robin Müller 2023-02-19 14:00:41 +01:00
parent 98bf2d592c
commit cd9b0cb4f4
No known key found for this signature in database
GPG Key ID: 11D4952C8CCEF814
2 changed files with 0 additions and 6 deletions

View File

@ -2170,11 +2170,6 @@ void ImtqHandler::checkErrorByte(const uint8_t errorByte, const uint8_t step) {
}
}
void ImtqHandler::doSendRead() {
// TaskFactory::delayTask(1);
DeviceHandlerBase::doSendRead();
}
void ImtqHandler::fillSystemStateIntoDataset(const uint8_t* packet) {
PoolReadGuard pg(&statusSet);
statusSet.statusByteMode.value = packet[2];

View File

@ -23,7 +23,6 @@ class ImtqHandler : public DeviceHandlerBase {
void setPollingMode(NormalPollingMode pollMode);
void doSendRead() override;
/**
* @brief Sets mode to MODE_NORMAL. Can be used for debugging.
*/