forked from bblanchon/ArduinoJson
Fixed namespaces
This commit is contained in:
@ -8,6 +8,8 @@
|
||||
#include <ArduinoJson/JsonObject.h>
|
||||
#include <ArduinoJson/StaticJsonBuffer.h>
|
||||
|
||||
using namespace ArduinoJson;
|
||||
|
||||
class JsonArray_PrintTo_Tests : public testing::Test
|
||||
{
|
||||
protected:
|
||||
|
Reference in New Issue
Block a user