Skip to content

Commit

Permalink
https://github.com/rusefi/rusefi/issues/5436
Browse files Browse the repository at this point in the history
  • Loading branch information
rusefillc committed Jul 23, 2023
1 parent c038614 commit b70c56a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions can/can_common.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,8 @@

// we use ExtID but only 16 bits in comms protocol from ECU to GDI4
#define GDI4_BASE_ADDRESS 0xBB20

#define BENCH_TEST_BASE_ADDRESS 0x770000

#define BENCH_TEST_EVENT_COUNTERS BENCH_TEST_BASE_ADDRESS
#define BENCH_TEST_RAW_ANALOG (BENCH_TEST_BASE_ADDRESS + 1)

0 comments on commit b70c56a

Please sign in to comment.