forward declare SerialBufferAdapter<size_t>

This commit is contained in:
Robin Müller 2023-08-15 18:49:31 +02:00
parent 734767045a
commit 3c6102fb97
Signed by: muellerr
GPG Key ID: FCE0B2BD2195142F
1 changed files with 2 additions and 0 deletions

View File

@ -130,3 +130,5 @@ 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>;