added doSendReadHook to prevent com if polling when com if is used by helper task

This commit is contained in:
Jakob Meier
2022-05-02 09:56:15 +02:00
parent be752997eb
commit 49b0825f63
2 changed files with 12 additions and 2 deletions

View File

@ -76,6 +76,7 @@ class PlocMPSoCHandler : public DeviceHandlerBase, public CommandsActionsIF {
uint8_t expectedReplies = 1, bool useAlternateId = false,
DeviceCommandId_t alternateReplyID = 0) override;
size_t getNextReplyLength(DeviceCommandId_t deviceCommand) override;
virtual ReturnValue_t doSendReadHook() override;
private:
static const uint8_t SUBSYSTEM_ID = SUBSYSTEM_ID::PLOC_MPSOC_HANDLER;