rusEFI
The most advanced open source ECU
Loading...
Searching...
No Matches
odometer.h
Go to the documentation of this file.
1#pragma once
2
3#if EFI_PROD_CODE && HAL_USE_EEPROM
4#ifndef EE_PAGE_SIZE
5#define EE_PAGE_SIZE 32
6#endif
7
8#ifndef EE_SIZE
9#define EE_SIZE 4096
10#endif
11
12#ifndef EE_U2CD
13#define EE_U2CD I2CD3
14#endif
15
18 int crc;
19};
20
21#endif