summaryrefslogtreecommitdiff
path: root/apps/plugins/battery_bench.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/battery_bench.c')
-rw-r--r--apps/plugins/battery_bench.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/apps/plugins/battery_bench.c b/apps/plugins/battery_bench.c
index f87886a2b9..40b9998dcb 100644
--- a/apps/plugins/battery_bench.c
+++ b/apps/plugins/battery_bench.c
@@ -19,7 +19,6 @@
19 * KIND, either express or implied. 19 * KIND, either express or implied.
20 * 20 *
21 ****************************************************************************/ 21 ****************************************************************************/
22#ifndef SIMULATOR /* not for the simulator */
23 22
24#include "version.h" 23#include "version.h"
25#include "plugin.h" 24#include "plugin.h"
@@ -560,5 +559,3 @@ int main(void)
560 559
561 return PLUGIN_OK; 560 return PLUGIN_OK;
562} 561}
563
564#endif /* SIMULATOR */