summaryrefslogtreecommitdiffstats
path: root/src/configuration.cpp
diff options
context:
space:
mode:
authorRomain Forlot <romain.forlot@iot.bzh>2017-03-10 15:15:30 +0100
committerRomain Forlot <romain.forlot@iot.bzh>2017-03-16 17:10:41 +0100
commit127d46e303af839a2b160051722d38e6056dc10b (patch)
tree834acb9f195bf224ada55a8cfee8d7212909e983 /src/configuration.cpp
parent7b131462d3b84f9fd5e87938c5f26d951d39a6cb (diff)
Remove uneeded define as it was already present in uds.h
Change-Id: I04091b35ec072e9c19f5af0689ed89db0d5070bd Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
Diffstat (limited to 'src/configuration.cpp')
-rw-r--r--src/configuration.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/configuration.cpp b/src/configuration.cpp
index 123f8a1c..ff6adda6 100644
--- a/src/configuration.cpp
+++ b/src/configuration.cpp
@@ -19,8 +19,6 @@
#include "utils/signals.hpp"
-#define OBD2_FUNCTIONAL_BROADCAST_ID 0x7df
-
// Pre-defined OBD-II PIDs to query for if supported by the vehicle.
std::vector<obd2_signal_t> OBD2_PIDS = {
{ 0x04, "obd2.engine.load", 0, 100, POURCENT, 5, false},