We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c0732dc commit b5d059fCopy full SHA for b5d059f
1 file changed
src/MicroOcpp/Model/Metering/MeterStore.cpp
@@ -1,5 +1,5 @@
1
// matth-x/MicroOcpp
2
-// Copyright Matthias Akstaller 2019 - 2023
+// Copyright Matthias Akstaller 2019 - 2024
3
// MIT License
4
5
#include <MicroOcpp/Model/Metering/MeterStore.h>
@@ -9,7 +9,9 @@
9
10
#include <algorithm>
11
12
+#ifndef MO_MAX_STOPTXDATA_LEN
13
#define MO_MAX_STOPTXDATA_LEN 4
14
+#endif
15
16
using namespace MicroOcpp;
17
0 commit comments