summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--apps/plugin.c1
-rw-r--r--firmware/export/system.h4
2 files changed, 5 insertions, 0 deletions
diff --git a/apps/plugin.c b/apps/plugin.c
index 002f8568b9..f7458b71b2 100644
--- a/apps/plugin.c
+++ b/apps/plugin.c
@@ -43,6 +43,7 @@
43#include "talk.h" 43#include "talk.h"
44#include "mp3data.h" 44#include "mp3data.h"
45#include "powermgmt.h" 45#include "powermgmt.h"
46#include "system.h"
46 47
47#ifdef HAVE_LCD_BITMAP 48#ifdef HAVE_LCD_BITMAP
48#include "peakmeter.h" 49#include "peakmeter.h"
diff --git a/firmware/export/system.h b/firmware/export/system.h
index 121deafc7e..84c222e171 100644
--- a/firmware/export/system.h
+++ b/firmware/export/system.h
@@ -234,6 +234,10 @@ static inline unsigned long SWAB32(unsigned long value)
234#define invalidate_icache() 234#define invalidate_icache()
235 235
236#endif 236#endif
237#else
238
239#define invalidate_icache()
240
237#endif 241#endif
238 242
239#endif 243#endif