diff options
| -rw-r--r-- | apps/plugin.c | 1 | ||||
| -rw-r--r-- | firmware/export/system.h | 4 |
2 files changed, 5 insertions, 0 deletions
diff --git a/apps/plugin.c b/apps/plugin.c index 002f856..f7458b7 100644 --- a/apps/plugin.c +++ b/apps/plugin.c @@ -43,6 +43,7 @@ #include "talk.h" #include "mp3data.h" #include "powermgmt.h" +#include "system.h" #ifdef HAVE_LCD_BITMAP #include "peakmeter.h" diff --git a/firmware/export/system.h b/firmware/export/system.h index 121deaf..84c222e 100644 --- a/firmware/export/system.h +++ b/firmware/export/system.h @@ -234,6 +234,10 @@ static inline unsigned long SWAB32(unsigned long value) #define invalidate_icache() #endif +#else + +#define invalidate_icache() + #endif #endif |