diff options
Diffstat (limited to 'tmk_core/common/eeprom.h')
-rw-r--r-- | tmk_core/common/eeprom.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tmk_core/common/eeprom.h b/tmk_core/common/eeprom.h index 2cc2ccee3..3696d0df3 100644 --- a/tmk_core/common/eeprom.h +++ b/tmk_core/common/eeprom.h | |||
@@ -4,6 +4,8 @@ | |||
4 | #if defined(__AVR__) | 4 | #if defined(__AVR__) |
5 | #include <avr/eeprom.h> | 5 | #include <avr/eeprom.h> |
6 | #else | 6 | #else |
7 | #include <stdint.h> | ||
8 | |||
7 | uint8_t eeprom_read_byte (const uint8_t *__p); | 9 | uint8_t eeprom_read_byte (const uint8_t *__p); |
8 | uint16_t eeprom_read_word (const uint16_t *__p); | 10 | uint16_t eeprom_read_word (const uint16_t *__p); |
9 | uint32_t eeprom_read_dword (const uint32_t *__p); | 11 | uint32_t eeprom_read_dword (const uint32_t *__p); |