diff options
Diffstat (limited to 'apps/plugins/lib')
| -rw-r--r-- | apps/plugins/lib/grey.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/lib/grey.h b/apps/plugins/lib/grey.h index 95dca6b..7bb8c5f 100644 --- a/apps/plugins/lib/grey.h +++ b/apps/plugins/lib/grey.h @@ -41,7 +41,7 @@ /* Greyscale library management structure declaration. You need one of these * in every plugin using the library, depending on whether the structure should * use IRAM or not. */ -#define GREY_INFO_STRUCT struct _grey_info _grey_info; +#define GREY_INFO_STRUCT struct _grey_info _grey_info SHAREDBSS_ATTR; #define GREY_INFO_STRUCT_IRAM struct _grey_info _grey_info IBSS_ATTR; /* Features you can request on library init (ORed together): */ |