️Improve eventbus static alloc

This commit is contained in:
Rune Harlyk
2025-07-10 11:17:50 +02:00
parent 481dfaf8e5
commit 3c12ef332e
2 changed files with 150 additions and 104 deletions
+1 -1
View File
@@ -7,7 +7,7 @@
#include "topic.hpp"
#ifndef MAX_CID
#define MAX_CID 4
#define MAX_CID 64
#endif
enum class MsgKind : uint8_t { Connect = 0, Disconnect = 1, Event = 2, Ping = 3, Pong = 4 };