update config.h to define __flash.

This commit is contained in:
skyloong 2023-07-06 10:20:49 +08:00
parent 0aba054d2a
commit 0688246340
2 changed files with 5 additions and 1 deletions

View File

@ -21,3 +21,7 @@
#define RGB_MATRIX_FRAMEBUFFER_EFFECTS
#endif
#ifdef IS31FL3743A
#define __flash PROGMEM
#endif