summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
authorBjörn Stenberg <bjorn@haxx.se>2003-11-19 14:38:09 +0000
committerBjörn Stenberg <bjorn@haxx.se>2003-11-19 14:38:09 +0000
commitba60db87395f14d648d9b2d340bec8d61d392e0b (patch)
tree479b8410a76e9b32c7adaba5b612b767937f14d5 /apps
parentf6b6db4167e0b133420138fb9ef94fdfa2e32a08 (diff)
downloadrockbox-ba60db87395f14d648d9b2d340bec8d61d392e0b.tar.gz
rockbox-ba60db87395f14d648d9b2d340bec8d61d392e0b.zip
Disable this plugin on v2 recorders for now
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4043 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps')
-rw-r--r--apps/plugins/firmware_flash.c3
1 files changed, 3 insertions, 0 deletions
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 @@
21****************************************************************************/ 21****************************************************************************/
22#include "plugin.h" 22#include "plugin.h"
23 23
24#ifndef ARCHOS_RECORDERV2
25
24#ifndef SIMULATOR 26#ifndef SIMULATOR
25 27
26/* define DUMMY if you only want to "play" with the UI, does no harm */ 28/* 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)
923 925
924#endif /* #ifndef SIMULATOR */ 926#endif /* #ifndef SIMULATOR */
925 927
928#endif /* model */