New solution for CRC generator slots

This commit is contained in:
Attila Body 2019-11-01 14:05:16 +01:00
parent 9670e6d397
commit 9dba241466
4 changed files with 55 additions and 54 deletions

View file

@ -101,7 +101,7 @@ private:
Stats m_stats;
bool m_rxBufferSelector = false;
LL_CrcHandler::TSlot<2> m_crcSlot;
LL_CrcHandler::Slot<2> m_crcSlot;
IHsUsartCallback *m_userCallback = nullptr;
uintptr_t m_userCallbackParam = 0;
Buffer m_txBuffer;