Add a constant for the functional broadcast address 0x7df.
[apps/agl-service-can-low-level.git] / src / obd2 / obd2.h
index 7dfdb59..b301138 100644 (file)
@@ -5,6 +5,8 @@
 #include <stdint.h>
 #include <stdbool.h>
 
+#define OBD2_FUNCTIONAL_BROADCAST_ID 0x7df
+
 #ifdef __cplusplus
 extern "C" {
 #endif