diff options
Diffstat (limited to 'apps/plugins/firmware_flash.c')
| -rw-r--r-- | apps/plugins/firmware_flash.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/apps/plugins/firmware_flash.c b/apps/plugins/firmware_flash.c index c855fb6..ebf4242 100644 --- a/apps/plugins/firmware_flash.c +++ b/apps/plugins/firmware_flash.c @@ -23,8 +23,6 @@ ****************************************************************************/ #include "plugin.h" -#ifndef SIMULATOR /* only for target */ - /* define DUMMY if you only want to "play" with the UI, does no harm */ /* #define DUMMY */ @@ -1085,4 +1083,3 @@ enum plugin_status plugin_start(const void* parameter) } #endif /* ifdef PLATFORM_ID */ -#endif /* #ifndef SIMULATOR */ |