summaryrefslogtreecommitdiff
path: root/include/lib/ArduinoJson/Polyfills/static_array.hpp
diff options
context:
space:
mode:
authorDaniel Friesel <daniel.friesel@uos.de>2021-05-12 09:26:23 +0200
committerDaniel Friesel <daniel.friesel@uos.de>2021-05-12 09:26:23 +0200
commit789986a05bd03935f1c344dc03ffaff36c8e7cdb (patch)
tree65b308c6705110aeb7853a10e44e0e6d7de6ed49 /include/lib/ArduinoJson/Polyfills/static_array.hpp
parent39895a677e5d370824e702cfe90ebc67737b8482 (diff)
Make ArduinoJson work with MSP430 headers
Diffstat (limited to 'include/lib/ArduinoJson/Polyfills/static_array.hpp')
-rw-r--r--include/lib/ArduinoJson/Polyfills/static_array.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/lib/ArduinoJson/Polyfills/static_array.hpp b/include/lib/ArduinoJson/Polyfills/static_array.hpp
index a877b4c..c9a53ec 100644
--- a/include/lib/ArduinoJson/Polyfills/static_array.hpp
+++ b/include/lib/ArduinoJson/Polyfills/static_array.hpp
@@ -4,11 +4,11 @@
#pragma once
-#include <ArduinoJson/Configuration.hpp>
+#include "lib/ArduinoJson/Configuration.hpp"
#if ARDUINOJSON_ENABLE_PROGMEM
-#include <ArduinoJson/Polyfills/pgmspace_generic.hpp>
+#include "lib/ArduinoJson/Polyfills/pgmspace_generic.hpp"
#ifndef ARDUINOJSON_DEFINE_STATIC_ARRAY
#define ARDUINOJSON_DEFINE_STATIC_ARRAY(type, name, value) \