1

add debug output toggle

This commit is contained in:
2022-05-23 09:51:35 +02:00
parent 058447c47a
commit f2646300d8
2 changed files with 12 additions and 10 deletions

View File

@ -32,4 +32,6 @@ extern unsigned int total_mem; // RAM total
// extern LinkedListAllocator allocator;
extern TreeAllocator allocator;
constexpr bool DEBUG = true;
#endif