Remove ARDUINOJSON_HAS_NULLPTR (#1820)

This commit is contained in:
Benoit Blanchon
2023-02-10 09:05:02 +01:00
parent 2be4ee732a
commit 8f7211a50f
4 changed files with 1 additions and 19 deletions

View File

@ -2,10 +2,6 @@
#include <catch.hpp>
#if !ARDUINOJSON_HAS_NULLPTR
# error ARDUINOJSON_HAS_NULLPTR must be set to 1
#endif
TEST_CASE("nullptr") {
DynamicJsonDocument doc(4096);
JsonVariant variant = doc.to<JsonVariant>();