mirror of
https://github.com/bblanchon/ArduinoJson.git
synced 2026-04-28 18:13:28 +02:00
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