summaryrefslogtreecommitdiff
path: root/apps/plugins/lib/grey.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/lib/grey.h')
-rw-r--r--apps/plugins/lib/grey.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/lib/grey.h b/apps/plugins/lib/grey.h
index 95dca6beb6..7bb8c5ff98 100644
--- a/apps/plugins/lib/grey.h
+++ b/apps/plugins/lib/grey.h
@@ -41,7 +41,7 @@
41/* Greyscale library management structure declaration. You need one of these 41/* Greyscale library management structure declaration. You need one of these
42 * in every plugin using the library, depending on whether the structure should 42 * in every plugin using the library, depending on whether the structure should
43 * use IRAM or not. */ 43 * use IRAM or not. */
44#define GREY_INFO_STRUCT struct _grey_info _grey_info; 44#define GREY_INFO_STRUCT struct _grey_info _grey_info SHAREDBSS_ATTR;
45#define GREY_INFO_STRUCT_IRAM struct _grey_info _grey_info IBSS_ATTR; 45#define GREY_INFO_STRUCT_IRAM struct _grey_info _grey_info IBSS_ATTR;
46 46
47/* Features you can request on library init (ORed together): */ 47/* Features you can request on library init (ORed together): */