forked from bblanchon/ArduinoJson
Added namespace for the parser
This commit is contained in:
@ -7,6 +7,7 @@
|
||||
#include "JsonParser.h"
|
||||
|
||||
using namespace Microsoft::VisualStudio::CppUnitTestFramework;
|
||||
using namespace ArduinoJson::Parser;
|
||||
|
||||
namespace ArduinoJsonParserTests
|
||||
{
|
||||
|
Reference in New Issue
Block a user