diff options
Diffstat (limited to 'src/isotp/isotp.h')
-rw-r--r-- | src/isotp/isotp.h | 2 |
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 |