Prepare to make MemoryDynamic

This commit is contained in:
geeksville
2020-06-12 11:53:59 -07:00
parent dc169675e2
commit 88b91de197
3 changed files with 58 additions and 36 deletions

View File

@@ -29,4 +29,4 @@ typedef uint32_t PacketId; // A packet sequence number
typedef int ErrorCode;
/// Alloc and free packets to our global, ISR safe pool
extern MemoryPool<MeshPacket> packetPool;
extern Allocator<MeshPacket> &packetPool;