added back default value for pool manager.h

This commit is contained in:
Robin Müller 2020-05-29 17:10:57 +02:00
parent 023af149df
commit f871f75e1c
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@
* with a lock.
* @author Bastian Baetz
*/
template <uint8_t NUMBER_OF_POOLS>
template <uint8_t NUMBER_OF_POOLS = 5>
class PoolManager : public LocalPool<NUMBER_OF_POOLS> {
public:
PoolManager(object_id_t setObjectId,