added back default value for pool manager.h
This commit is contained in:
parent
023af149df
commit
f871f75e1c
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user