From ba60db87395f14d648d9b2d340bec8d61d392e0b Mon Sep 17 00:00:00 2001 From: Björn Stenberg Date: Wed, 19 Nov 2003 14:38:09 +0000 Subject: Disable this plugin on v2 recorders for now git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4043 a1c6a512-1295-4272-9138-f99709370657 --- apps/plugins/firmware_flash.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'apps/plugins') diff --git a/apps/plugins/firmware_flash.c b/apps/plugins/firmware_flash.c index 2574cb9f38..88201b23dd 100644 --- a/apps/plugins/firmware_flash.c +++ b/apps/plugins/firmware_flash.c @@ -21,6 +21,8 @@ ****************************************************************************/ #include "plugin.h" +#ifndef ARCHOS_RECORDERV2 + #ifndef SIMULATOR /* define DUMMY if you only want to "play" with the UI, does no harm */ @@ -923,3 +925,4 @@ enum plugin_status plugin_start(struct plugin_api* api, void* parameter) #endif /* #ifndef SIMULATOR */ +#endif /* model */ -- cgit v1.2.3