diff options
Diffstat (limited to 'apps/plugins/battery_bench.c')
| -rw-r--r-- | apps/plugins/battery_bench.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/apps/plugins/battery_bench.c b/apps/plugins/battery_bench.c index f87886a..40b9998 100644 --- a/apps/plugins/battery_bench.c +++ b/apps/plugins/battery_bench.c @@ -19,7 +19,6 @@ * KIND, either express or implied. * ****************************************************************************/ -#ifndef SIMULATOR /* not for the simulator */ #include "version.h" #include "plugin.h" @@ -560,5 +559,3 @@ int main(void) return PLUGIN_OK; } - -#endif /* SIMULATOR */ |