summaryrefslogtreecommitdiffstats
path: root/src/isotp/isotp.h
diff options
context:
space:
mode:
authorChristopher Peplin <chris.peplin@rhubarbtech.com>2013-12-29 15:29:08 -0500
committerChristopher Peplin <chris.peplin@rhubarbtech.com>2013-12-29 15:29:08 -0500
commitf13267feabd7684e0de3f59b6c39f23624489274 (patch)
tree29905349a3788569e0af0153346feaa3d3f72fe2 /src/isotp/isotp.h
parentfb3c14776f6eaaae69b6691ec912ecdcbce0cba7 (diff)
Use updated API for canutil library.
Diffstat (limited to 'src/isotp/isotp.h')
-rw-r--r--src/isotp/isotp.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/isotp/isotp.h b/src/isotp/isotp.h
index a204110f..619dcc69 100644
--- a/src/isotp/isotp.h
+++ b/src/isotp/isotp.h
@@ -4,6 +4,8 @@
#include <stdint.h>
#include <stdbool.h>
+#define CAN_MESSAGE_BYTE_SIZE 8
+
#ifdef __cplusplus
extern "C" {
#endif