From 127d46e303af839a2b160051722d38e6056dc10b Mon Sep 17 00:00:00 2001 From: Romain Forlot Date: Fri, 10 Mar 2017 15:15:30 +0100 Subject: Remove uneeded define as it was already present in uds.h Change-Id: I04091b35ec072e9c19f5af0689ed89db0d5070bd Signed-off-by: Romain Forlot --- src/configuration-generated.cpp | 3 --- src/configuration.cpp | 2 -- 2 files changed, 5 deletions(-) diff --git a/src/configuration-generated.cpp b/src/configuration-generated.cpp index 6babfbe..867f203 100644 --- a/src/configuration-generated.cpp +++ b/src/configuration-generated.cpp @@ -5,9 +5,6 @@ #include -#define OBD2_FUNCTIONAL_BROADCAST_ID 0x7df - - std::vector CAN_MESSAGE_SET = { {0, "example_messages", 1, 2, 2, 0, 19}, diff --git a/src/configuration.cpp b/src/configuration.cpp index 123f8a1..ff6adda 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_PIDS = { { 0x04, "obd2.engine.load", 0, 100, POURCENT, 5, false}, -- cgit 1.2.3-korg