remove the dumb hook
Some checks failed
EIVE/eive-obsw/pipeline/pr-develop There was a failure building this commit
Some checks failed
EIVE/eive-obsw/pipeline/pr-develop There was a failure building this commit
This commit is contained in:
parent
98bf2d592c
commit
cd9b0cb4f4
@ -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];
|
||||
|
@ -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.
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user