From 2f0dfd70b1f9dda6d7d3662a9df072caed9b1fea Mon Sep 17 00:00:00 2001 From: rusefi Date: Sun, 14 Aug 2022 00:48:26 -0400 Subject: [PATCH] GDI4_BASE_ADDRESS --- can/can_common.h | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 can/can_common.h diff --git a/can/can_common.h b/can/can_common.h new file mode 100644 index 0000000..87e2922 --- /dev/null +++ b/can/can_common.h @@ -0,0 +1,3 @@ +// We have a bit of a mess with too many useful usages of CAN and too little documentation at https://github.com/rusefi/rusefi/wiki/CAN + +#define GDI4_BASE_ADDRESS 0xF0 \ No newline at end of file