From 4a80a738f116b874450bf688adebcdc0f583103b Mon Sep 17 00:00:00 2001 From: Jörg Hohensohn Date: Sun, 30 Nov 2003 17:24:42 +0000 Subject: now supporting V2 Recorder, firmware_flash has extra checks against files for wrong platform (hope it's not too strict, causing false rejects) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4084 a1c6a512-1295-4272-9138-f99709370657 --- apps/plugins/rockbox_flash.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'apps/plugins/rockbox_flash.c') diff --git a/apps/plugins/rockbox_flash.c b/apps/plugins/rockbox_flash.c index ce7976fd4d..9dc4b3a663 100644 --- a/apps/plugins/rockbox_flash.c +++ b/apps/plugins/rockbox_flash.c @@ -22,7 +22,6 @@ #include "plugin.h" #ifndef SIMULATOR /* Only build for target */ -#ifndef ARCHOS_RECORDERV2 /* not for those yet */ /* define DUMMY if you only want to "play" with the UI, does no harm */ /* #define DUMMY */ @@ -873,5 +872,4 @@ enum plugin_status plugin_start(struct plugin_api* api, void* parameter) } -#endif /* #ifndef ARCHOS_RECORDERV2 */ #endif /* #ifndef SIMULATOR */ -- cgit v1.2.3