mirror of
https://github.com/gwm17/DaqGrimoire.git
synced 2025-01-30 11:18:50 -05:00
Forgot to make utility function inline, fixed
This commit is contained in:
parent
044caba7eb
commit
dedd1e0e95
|
@ -25,7 +25,7 @@ namespace DaqGrimoire {
|
|||
|
||||
namespace Utils
|
||||
{
|
||||
void GetDataEventFromBuffer(char* bufferIter, DYListData& dataEvent)
|
||||
inline void GetDataEventFromBuffer(char* bufferIter, DYListData& dataEvent)
|
||||
{
|
||||
dataEvent.board = *((uint16_t*)bufferIter);
|
||||
bufferIter += 2;
|
||||
|
|
Loading…
Reference in New Issue
Block a user