Make MemoryPool generic

This commit is contained in:
Benoit Blanchon
2024-08-25 14:57:35 +02:00
parent 2be24eded8
commit 362201241f
18 changed files with 178 additions and 192 deletions

View File

@ -2,7 +2,6 @@
// Copyright © 2014-2024, Benoit BLANCHON
// MIT License
#include <ArduinoJson/Memory/MemoryPoolImpl.hpp>
#include <ArduinoJson/Memory/ResourceManager.hpp>
#include <ArduinoJson/Strings/StringAdapters.hpp>
#include <catch.hpp>