getter/setter functions for serial buffer adapter #170

Merged
gaisser merged 10 commits from KSat/fsfw:mueller/SerialBufferAdapter into master 2020-08-25 13:51:30 +02:00
Showing only changes of commit 9c29253337 - Show all commits

View File

@ -126,5 +126,4 @@ 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>;