summaryrefslogtreecommitdiff
path: root/apps/plugins/lib/feature_wrappers.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/lib/feature_wrappers.h')
-rw-r--r--apps/plugins/lib/feature_wrappers.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/plugins/lib/feature_wrappers.h b/apps/plugins/lib/feature_wrappers.h
index 22ce779fcd..cf840e6d57 100644
--- a/apps/plugins/lib/feature_wrappers.h
+++ b/apps/plugins/lib/feature_wrappers.h
@@ -43,8 +43,10 @@
43 */ 43 */
44#if LCD_DEPTH > 1 44#if LCD_DEPTH > 1
45#define scaled_read_bmp_file rb->read_bmp_file 45#define scaled_read_bmp_file rb->read_bmp_file
46#define scaled_read_bmp_fd rb->read_bmp_fd
46#else 47#else
47#define scaled_read_bmp_file read_bmp_file 48#define scaled_read_bmp_file read_bmp_file
49#define scaled_read_bmp_fd read_bmp_fd
48#endif 50#endif
49 51
50#endif 52#endif