From b4beb05d233a1eab3198edc90ea4158ed3581e6b Mon Sep 17 00:00:00 2001 From: Robert Kukla Date: Sat, 28 Jun 2008 18:00:04 +0000 Subject: - use correct define (make lamp plugin work again) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17844 a1c6a512-1295-4272-9138-f99709370657 --- apps/plugins/lamp.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'apps/plugins') diff --git a/apps/plugins/lamp.c b/apps/plugins/lamp.c index 2f91545..89fe25c 100644 --- a/apps/plugins/lamp.c +++ b/apps/plugins/lamp.c @@ -134,12 +134,12 @@ enum plugin_status plugin_start(const struct plugin_api* api, const void* parame #endif /* HAVE_BUTTONLIGHT_BRIGHTNESS */ #ifdef HAVE_LCD_INVERT -#ifdef OLYMPUS_MROBE_100 +#ifdef MROBE_100 /* mrobe-100 has inverted display so invert it for max brightness */ rb->lcd_set_invert_display(true); #else rb->lcd_set_invert_display(false); -#endif /* OLYMPUS_MROBE_100 */ +#endif /* MROBE_100 */ #endif /* HAVE_LCD_INVERT */ backlight_force_on(rb); -- cgit v1.1