diff options
Diffstat (limited to 'apps/plugins/lib')
-rw-r--r-- | apps/plugins/lib/grey.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/apps/plugins/lib/grey.h b/apps/plugins/lib/grey.h index 7bb8c5ff98..81912b1995 100644 --- a/apps/plugins/lib/grey.h +++ b/apps/plugins/lib/grey.h @@ -48,7 +48,6 @@ #define GREY_BUFFERED 0x0001 /* Use a chunky buffer */ #define GREY_RAWMAPPED 0x0002 /* No gamma & LCD linearisation */ #define GREY_ON_COP 0x0004 /* Run ISR on COP (PP targets) */ - /* TODO: only usable in conjunction with GREY_INFO_STRUCT_IRAM atm */ /* Library initialisation and release */ bool grey_init(struct plugin_api* newrb, unsigned char *gbuf, long gbuf_size, |