Enable g_is31_leds PROGMEM for RGB Matrix IS31FL3737 driver (#13480)

This commit is contained in:
Chris Cullin 2021-07-13 01:51:23 +10:00 committed by GitHub
parent 4706231831
commit 9c74fd14bc
Failed to generate hash of commit
5 changed files with 30 additions and 24 deletions

View file

@ -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*