1
0
forked from fsfw/fsfw

new bool datatype for possible pool entries

This commit is contained in:
2019-12-27 22:43:09 +01:00
parent 79e7fee807
commit 666341d03d
2 changed files with 2 additions and 0 deletions

View File

@ -56,6 +56,7 @@ Type PoolEntry<T>::getType() {
return PodTypeConversion<T>::type;
}
template class PoolEntry<bool>;
template class PoolEntry<uint8_t>;
template class PoolEntry<uint16_t>;
template class PoolEntry<uint32_t>;