forked from bblanchon/ArduinoJson
Renamed all .h files into .hpp (so that Sublime Text selects C++ syntax)
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
#include <gtest/gtest.h>
|
||||
#include <ArduinoJson/StaticJsonBuffer.h>
|
||||
#include <ArduinoJson/JsonValue.h>
|
||||
#include <ArduinoJson/StaticJsonBuffer.hpp>
|
||||
#include <ArduinoJson/JsonValue.hpp>
|
||||
|
||||
using namespace ArduinoJson;
|
||||
|
||||
|
Reference in New Issue
Block a user