diff options
author | Christopher Peplin <chris.peplin@rhubarbtech.com> | 2014-01-15 16:49:22 -0500 |
---|---|---|
committer | Christopher Peplin <chris.peplin@rhubarbtech.com> | 2014-01-15 16:49:22 -0500 |
commit | 1b5a2116bc558ebef5d59c2c37c02c7375bf8712 (patch) | |
tree | 3fff0cefe2fd0ecee12d00b65c28fda947a9d09e /src/obd2/obd2.h | |
parent | 6e08c6f35254273aa9750600be0effe6e7cf276e (diff) |
Accept functional broadcast responses to a range of arb IDs.
Diffstat (limited to 'src/obd2/obd2.h')
-rw-r--r-- | src/obd2/obd2.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/obd2/obd2.h b/src/obd2/obd2.h index b301138c..bcd6e76b 100644 --- a/src/obd2/obd2.h +++ b/src/obd2/obd2.h @@ -6,6 +6,8 @@ #include <stdbool.h> #define OBD2_FUNCTIONAL_BROADCAST_ID 0x7df +#define OBD2_FUNCTIONAL_RESPONSE_START 0x7e8 +#define OBD2_FUNCTIONAL_RESPONSE_COUNT 8 #ifdef __cplusplus extern "C" { |