diff options
| author | Jörg Hohensohn <hohensoh@rockbox.org> | 2003-11-30 17:24:42 +0000 |
|---|---|---|
| committer | Jörg Hohensohn <hohensoh@rockbox.org> | 2003-11-30 17:24:42 +0000 |
| commit | 4a80a738f116b874450bf688adebcdc0f583103b (patch) | |
| tree | e66e8302f5132f46eb2ee33859ffc04252919160 /apps/plugins/rockbox_flash.c | |
| parent | 6a4e4c87c24455e18bbd77565cb3e993ee350618 (diff) | |
| download | rockbox-4a80a738f116b874450bf688adebcdc0f583103b.zip rockbox-4a80a738f116b874450bf688adebcdc0f583103b.tar.gz rockbox-4a80a738f116b874450bf688adebcdc0f583103b.tar.bz2 rockbox-4a80a738f116b874450bf688adebcdc0f583103b.tar.xz | |
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.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/apps/plugins/rockbox_flash.c b/apps/plugins/rockbox_flash.c index ce7976f..9dc4b3a 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 */ |