From 1525ed0325c7679d4ea42724652119aceb5a4d13 Mon Sep 17 00:00:00 2001 From: Christopher Peplin Date: Tue, 7 Jan 2014 16:54:54 -0500 Subject: Add a constant for the functional broadcast address 0x7df. --- src/obd2/obd2.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/obd2') 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 #include +#define OBD2_FUNCTIONAL_BROADCAST_ID 0x7df + #ifdef __cplusplus extern "C" { #endif -- cgit 1.2.3-korg