From c7ece88eacaf59ae8d16a240053384eb5182788e Mon Sep 17 00:00:00 2001 From: Mike Dunston Date: Wed, 2 Oct 2019 03:27:29 -0700 Subject: [PATCH] Update AsyncJson.h (#604) remove extra #endif that should have been dropped as part of https://github.com/me-no-dev/ESPAsyncWebServer/commit/59066bd1e4b51bc3a161e94adce10a89cde0a616 --- src/AsyncJson.h | 1 - 1 file changed, 1 deletion(-) diff --git a/src/AsyncJson.h b/src/AsyncJson.h index a6c461b..27b4a26 100644 --- a/src/AsyncJson.h +++ b/src/AsyncJson.h @@ -166,7 +166,6 @@ public: return len; } }; -#endif typedef std::function ArJsonRequestHandlerFunction;