summaryrefslogtreecommitdiff
path: root/tmk_core/common/progmem.h
diff options
context:
space:
mode:
authorChris Cullin <chris@miplace.com>2021-07-13 01:51:23 +1000
committerGitHub <noreply@github.com>2021-07-12 08:51:23 -0700
commit9c74fd14bc9777ec45cc93fa57bf83ab17b988db (patch)
treee82c74183f7413e303f6afa247bcd54a106bfc6f /tmk_core/common/progmem.h
parent4706231831b7b5926052ee1affc7f38a165c7761 (diff)
Enable g_is31_leds PROGMEM for RGB Matrix IS31FL3737 driver (#13480)
Diffstat (limited to 'tmk_core/common/progmem.h')
-rw-r--r--tmk_core/common/progmem.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/tmk_core/common/progmem.h b/tmk_core/common/progmem.h
index 4e4771e523..3a7a169682 100644
--- a/tmk_core/common/progmem.h
+++ b/tmk_core/common/progmem.h
@@ -3,6 +3,7 @@
#if defined(__AVR__)
# include <avr/pgmspace.h>
#else
+# include <string.h>
# define PROGMEM
# define PSTR(x) x
# define PGM_P const char*