summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorChristopher Peplin <chris.peplin@rhubarbtech.com>2014-01-07 16:54:54 -0500
committerChristopher Peplin <chris.peplin@rhubarbtech.com>2014-01-07 16:54:54 -0500
commit1525ed0325c7679d4ea42724652119aceb5a4d13 (patch)
treeee9890c303d6b959155e95dd823d843e7c41b435 /src
parentbc15d0970d8fe8441202bb38514b6216e6639685 (diff)
Add a constant for the functional broadcast address 0x7df.
Diffstat (limited to 'src')
-rw-r--r--src/obd2/obd2.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/obd2/obd2.h b/src/obd2/obd2.h
index 7dfdb594..b301138c 100644
--- a/src/obd2/obd2.h
+++ b/src/obd2/obd2.h
@@ -5,6 +5,8 @@
#include <stdint.h>
#include <stdbool.h>
+#define OBD2_FUNCTIONAL_BROADCAST_ID 0x7df
+
#ifdef __cplusplus
extern "C" {
#endif