summaryrefslogtreecommitdiff
path: root/apps/plugins/rockbox_flash.c
diff options
context:
space:
mode:
authorJörg Hohensohn <hohensoh@rockbox.org>2003-11-30 17:24:42 +0000
committerJörg Hohensohn <hohensoh@rockbox.org>2003-11-30 17:24:42 +0000
commit4a80a738f116b874450bf688adebcdc0f583103b (patch)
treee66e8302f5132f46eb2ee33859ffc04252919160 /apps/plugins/rockbox_flash.c
parent6a4e4c87c24455e18bbd77565cb3e993ee350618 (diff)
downloadrockbox-4a80a738f116b874450bf688adebcdc0f583103b.tar.gz
rockbox-4a80a738f116b874450bf688adebcdc0f583103b.zip
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
Diffstat (limited to 'apps/plugins/rockbox_flash.c')
-rw-r--r--apps/plugins/rockbox_flash.c2
1 files changed, 0 insertions, 2 deletions
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 @@
22#include "plugin.h" 22#include "plugin.h"
23 23
24#ifndef SIMULATOR /* Only build for target */ 24#ifndef SIMULATOR /* Only build for target */
25#ifndef ARCHOS_RECORDERV2 /* not for those yet */
26 25
27/* define DUMMY if you only want to "play" with the UI, does no harm */ 26/* define DUMMY if you only want to "play" with the UI, does no harm */
28/* #define DUMMY */ 27/* #define DUMMY */
@@ -873,5 +872,4 @@ enum plugin_status plugin_start(struct plugin_api* api, void* parameter)
873} 872}
874 873
875 874
876#endif /* #ifndef ARCHOS_RECORDERV2 */
877#endif /* #ifndef SIMULATOR */ 875#endif /* #ifndef SIMULATOR */