diff options
| -rw-r--r-- | firmware/export/config.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/export/config.h b/firmware/export/config.h index 906a3fe..c3dd4fd 100644 --- a/firmware/export/config.h +++ b/firmware/export/config.h @@ -734,7 +734,7 @@ Lyre prototype 1 */ #define IBSS_ATTR __attribute__ ((section(".ibss"))) #define USE_IRAM #if CONFIG_CPU != SH7034 && (CONFIG_CPU != AS3525 || MEMORYSIZE > 2) \ - && CONFIG_CPU != JZ4732 + && CONFIG_CPU != JZ4732 && CONFIG_CPU != AS3525v2 #define PLUGIN_USE_IRAM #endif #if defined(CPU_ARM) |