linker forward decl added
This commit is contained in:
parent
ba4eac65cc
commit
fb0a3d22db
@ -131,4 +131,6 @@ void SerialBufferAdapter<count_t>::setBuffer(uint8_t* buffer,
|
||||
template class SerialBufferAdapter<uint8_t>;
|
||||
template class SerialBufferAdapter<uint16_t>;
|
||||
template class SerialBufferAdapter<uint32_t>;
|
||||
template class SerialBufferAdapter<uint64_t>;
|
||||
template class SerialBufferAdapter<size_t>;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user