From 66cb6f8fd3cbd4d7befa75ba044c624ca4092fcb Mon Sep 17 00:00:00 2001 From: Dave Chapman Date: Sat, 3 Oct 2009 08:36:24 +0000 Subject: [PATCH] Revert r22881 - USING_STORAGE_CALLBACK is not defined by config.h so cannot be used in SOURCES git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22883 a1c6a512-1295-4272-9138-f99709370657 --- apps/plugins/SOURCES | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/apps/plugins/SOURCES b/apps/plugins/SOURCES index 678d969190..4cfc3a8b0f 100644 --- a/apps/plugins/SOURCES +++ b/apps/plugins/SOURCES @@ -21,10 +21,8 @@ viewer.c #ifdef HAVE_BACKLIGHT lamp.c #endif /* HAVE_BACKLIGHT */ -#if USING_STORAGE_CALLBACK -battery_bench.c -#endif #ifndef SIMULATOR +battery_bench.c firmware_flash.c #endif /* SIMULATOR */ #if (CONFIG_CPU == SH7034)