summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
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 */