]> git.donarmstrong.com Git - qmk_firmware.git/blobdiff - tmk_core/common/eeprom.h
update layout macros for planck
[qmk_firmware.git] / tmk_core / common / eeprom.h
index 2cc2ccee3f74cdbcb81e3df29e00a2f88795d699..3696d0df3f89df48060162b197ac623b5f9d4f97 100644 (file)
@@ -4,6 +4,8 @@
 #if defined(__AVR__)
 #include <avr/eeprom.h>
 #else
+#include <stdint.h>
+
 uint8_t        eeprom_read_byte (const uint8_t *__p);
 uint16_t       eeprom_read_word (const uint16_t *__p);
 uint32_t       eeprom_read_dword (const uint32_t *__p);