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 */