summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
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