diff options
Diffstat (limited to 'apps/plugins')
| -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 2574cb9..88201b2 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 */ |