Rev 11 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 11 | Rev 18 | ||
---|---|---|---|
Line 5... | Line 5... | ||
5 | #include "nvram.h" |
5 | #include "nvram.h" |
6 | #include "main.h" |
6 | #include "main.h" |
7 | 7 | ||
8 | #include "libIgnTiming/timing.H" |
8 | #include "libIgnTiming/timing.H" |
9 | 9 | ||
- | 10 | extern void watchdogWrite(); |
|
- | 11 | ||
10 | // define tags for items |
12 | // define tags for items |
11 | static const uint8_t TIMING_OFFSET_TAG = 1; // timing offset tag |
13 | static const uint8_t TIMING_OFFSET_TAG = 1; // timing offset tag |
12 | static const uint8_t TIMING_LOW_TAG = 0x10; |
14 | static const uint8_t TIMING_LOW_TAG = 0x10; |
13 | static const uint8_t VACUUM_LOW_TAG = 0x30; |
15 | static const uint8_t VACUUM_LOW_TAG = 0x30; |
14 | static const uint8_t MAP_BASE_TAG = 0x50; |
16 | static const uint8_t MAP_BASE_TAG = 0x50; |