mirror of
https://github.com/BotChain-Robots/firmware.git
synced 2026-07-08 17:47:21 +02:00
Config manager fixes
This commit is contained in:
@@ -13,7 +13,7 @@
|
||||
template <typename T>
|
||||
class PtrQueue {
|
||||
public:
|
||||
explicit PtrQueue(UBaseType_t queueLength)
|
||||
explicit PtrQueue(const UBaseType_t queueLength)
|
||||
: queue(xQueueCreate(queueLength, sizeof(T*))) {}
|
||||
|
||||
~PtrQueue() {
|
||||
|
||||
Reference in New Issue
Block a user