diff options
author | Björn Stenberg <bjorn@haxx.se> | 2003-11-19 14:38:09 +0000 |
---|---|---|
committer | Björn Stenberg <bjorn@haxx.se> | 2003-11-19 14:38:09 +0000 |
commit | ba60db87395f14d648d9b2d340bec8d61d392e0b (patch) | |
tree | 479b8410a76e9b32c7adaba5b612b767937f14d5 /apps | |
parent | f6b6db4167e0b133420138fb9ef94fdfa2e32a08 (diff) |
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.c | 3 |
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 @@ ****************************************************************************/ #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 */ |