Rev 16 | Rev 18 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 16 | Rev 17 | ||
|---|---|---|---|
| Line 76... | Line 76... | ||
| 76 | 76 | ||
| 77 | /* Page full define */ |
77 | /* Page full define */ |
| 78 | #define PAGE_FULL ((uint8_t)0x80) |
78 | #define PAGE_FULL ((uint8_t)0x80) |
| 79 | 79 | ||
| 80 | /* Variables' number */ |
80 | /* Variables' number */ |
| 81 | #define NumbOfVar ((uint8_t)0x03) |
81 | #define NumbOfVar ((uint8_t)0x02) |
| 82 | 82 | ||
| 83 | /* Exported types ------------------------------------------------------------*/ |
83 | /* Exported types ------------------------------------------------------------*/ |
| 84 | /* Exported macro ------------------------------------------------------------*/ |
84 | /* Exported macro ------------------------------------------------------------*/ |
| 85 | /* Exported functions ------------------------------------------------------- */ |
85 | /* Exported functions ------------------------------------------------------- */ |
| 86 | uint16_t EE_Init(void); |
86 | uint16_t EE_Init(void); |