Bloat.cpp: Bad static on Global_Arena

This commit is contained in:
Edward R. Gonzalez 2023-03-30 18:46:22 -04:00
parent eccbdac3b2
commit 048fcac1bf

View File

@ -5,7 +5,7 @@
namespace Memory
{
static zpl_arena Global_Arena {};
zpl_arena Global_Arena {};
void setup()
{