New solution for CRC generator slots
This commit is contained in:
parent
9670e6d397
commit
9dba241466
4 changed files with 55 additions and 54 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue