forked from bblanchon/ArduinoJson
Added namespace ArduinoJson::Internals for private types
This commit is contained in:
@ -3,7 +3,7 @@
|
||||
#include "JsonValue.h"
|
||||
|
||||
using namespace Microsoft::VisualStudio::CppUnitTestFramework;
|
||||
using namespace ArduinoJson::Generator;
|
||||
using namespace ArduinoJson::Internals;
|
||||
|
||||
namespace JsonGeneratorTests
|
||||
{
|
||||
|
Reference in New Issue
Block a user