1
0
forked from fsfw/fsfw

removed bool specialization

This commit is contained in:
2020-05-11 16:53:16 +02:00
parent fadebe2eb4
commit a159e60a90
2 changed files with 5 additions and 3 deletions

View File

@ -70,7 +70,6 @@ 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>;